Project

General

Profile

« Previous | Next » 

Revision 45e7e8a3

Added by Eric Helms over 10 years ago

Applying Puppet lint.

View differences:

manifests/parent/certs.pp
# Pulp Master Certs configuration
class pulp::parent::certs (
$hostname = $::certs::node_fqdn,
$generate = $::certs::generate,
......
expiration => $::certs::expiration,
ca => $ca,
generate => $generate,
regenerate => $regenerate,
regenerate => $regenerate,
deploy => $deploy,
}
......
} ~>
# TODO: temporary until we switch to new modules for setting parent
exec { 'reload-pulp':
command => "service httpd reload",
path => ["/sbin", "/usr/sbin", "/bin", "/usr/bin"],
command => 'service httpd reload',
path => ['/sbin', '/usr/sbin', '/bin', '/usr/bin'],
refreshonly => true,
}
}

Also available in: Unified diff