summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-10 12:27:39 -0400
committerMicah Anderson <micah@riseup.net>2013-04-10 12:36:49 -0400
commit92f565f349266f7c5adfc88b31d0d2902431efa4 (patch)
tree97e02aaae69fb05e67d625befd63a84f5aeb1505 /puppet/manifests
parent7cb8deafbb02d42c6cd4af4b19d9d269e3d4bf42 (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.pp4
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
}