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:
Dan
2013-10-29 12:48:38 -07:00
parent f1ff38ca32
commit 50b787afcf

View File

@@ -42,4 +42,4 @@ export FACTER_build_server_domain_name=$domain
export FACTER_build_server_ip=$build_server_ip
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