Add hard-coded cert name to setup.pp
The setup.pp code should never require a special certname, and should never pull in role based scenario configuration. This commit adds a hard-coded certname to setup.pp so that it will not pull in the role specific code based on it's hostname.
This commit is contained in:
@@ -42,4 +42,4 @@ export FACTER_build_server_domain_name=$domain
|
|||||||
export FACTER_build_server_ip=$build_server_ip
|
export FACTER_build_server_ip=$build_server_ip
|
||||||
export FACTER_puppet_run_mode="${puppet_run_mode:-agent}"
|
export FACTER_puppet_run_mode="${puppet_run_mode:-agent}"
|
||||||
|
|
||||||
puppet apply manifests/setup.pp --modulepath modules
|
puppet apply manifests/setup.pp --modulepath modules --certname setup_cert
|
||||||
|
|||||||
Reference in New Issue
Block a user