diff options
author | Micah Anderson <micah@riseup.net> | 2013-04-10 12:27:39 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-04-10 12:36:49 -0400 |
commit | 92f565f349266f7c5adfc88b31d0d2902431efa4 (patch) | |
tree | 97e02aaae69fb05e67d625befd63a84f5aeb1505 /puppet/manifests | |
parent | 7cb8deafbb02d42c6cd4af4b19d9d269e3d4bf42 (diff) |
clean up ca_daemon things, it is not used any longer because it has been included in the web app (#1978)
remove site_ca_daemon module and configuration in site.pp as well as the provider_base/services/ca.json
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index 34c19370..f1b02aca 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -33,10 +33,6 @@ if 'webapp' in $services { include site_webapp } -if 'ca' in $services { - include site_ca_daemon -} - if 'monitor' in $services { include site_nagios } |