diff options
author | mail_redacted_for_web | 2015-10-16 10:53:16 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-10-16 10:56:07 -0700 |
commit | 1828e2162304d7d9a2e26743f175d76256b6e0c1 (patch) | |
tree | d57789d171cb44335ea142cc8ae19aa4e9b6fdfe /site/role/manifests | |
parent | 6ff5658a2a47cd3e6feaf20fa4083d33342e4b91 (diff) | |
download | control-repo-template-1828e2162304d7d9a2e26743f175d76256b6e0c1.tar.bz2 |
Change to using the webhook without mcollective
In order to complete the change I refactered the webhook into
its own set of profiles, one with mcollective and the other
without.
Diffstat (limited to 'site/role/manifests')
-rw-r--r-- | site/role/manifests/all_in_one_pe.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/role/manifests/all_in_one_pe.pp b/site/role/manifests/all_in_one_pe.pp index ca99139..f34a261 100644 --- a/site/role/manifests/all_in_one_pe.pp +++ b/site/role/manifests/all_in_one_pe.pp @@ -1,5 +1,6 @@ class role::all_in_one_pe { + include profile::webhook_no_mcollective include profile::puppetmaster } |