Project

General

Profile

« Previous | Next » 

Revision 76be89b8

Added by Ivan Necas over 10 years ago

Clean code

View differences:

manifests/init.pp
) inherits certs::params {
$user_groups = $certs::params::user_groups
$ssl_ca_password_file = $certs::params::ssl_ca_password_file
$nss_db_password_file = $certs::params::nss_db_password_file
$ssl_pk12_password_file = $certs::params::ssl_pk12_password_file
$nss_db_dir = '/etc/pki/katello/nssdb'
$nss_db_dir = $certs::params::nss_db_dir
class { 'certs::install': }

Also available in: Unified diff