diff options
author | mail_redacted_for_web | 2016-03-23 15:53:41 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2016-03-23 15:55:58 -0700 |
commit | 9503f54349756fe7a93eecf2ecc6620c340f4679 (patch) | |
tree | 88a6434cc59e6cc16cb72fad47fe8aaa809c30ac /site/role/manifests | |
parent | 55f983ffc9e6e92113ceea0bc51efb6b69d32f13 (diff) | |
download | control-repo-template-9503f54349756fe7a93eecf2ecc6620c340f4679.tar.bz2 |
Move puppetmaster profile to rampup_profile_puppetmaster module
Prior to this commit, the puppetmaster profile was embedded in this
control-repo.
After this commit, the puppetmaster profile is moved out into its
own module.
Diffstat (limited to 'site/role/manifests')
-rw-r--r-- | site/role/manifests/all_in_one_pe.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/role/manifests/all_in_one_pe.pp b/site/role/manifests/all_in_one_pe.pp index 5f72a30..dd2b988 100644 --- a/site/role/manifests/all_in_one_pe.pp +++ b/site/role/manifests/all_in_one_pe.pp @@ -1,6 +1,6 @@ class role::all_in_one_pe { - include profile::puppetmaster + include rampup_profile_puppetmaster include pe_code_manager_webhook } |