summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 12:08:55 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 12:08:55 -0400
commitc228491af3929e07766903c3ce29a06fab86ad63 (patch)
tree97415478c074d7090eb941d6aad6a4770b1a0792 /puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
parente530f0c1d1a0a26bd277b70197b1f26871d92b1b (diff)
remove the apache_ssl_proxy cleanup
Diffstat (limited to 'puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp')
-rw-r--r--puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp b/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
deleted file mode 100644
index 536dd8db..00000000
--- a/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-class site_couchdb::apache_ssl_proxy {
-
-# This is here to disable the previously configured apache ssl proxy
-# we were using this, but have switched to stunnel instead.
-#
-# Unfortunately, the current apache shared module doesn't handle
-# ensure=>absent, so this is going to be done the crude way, and will only
-# work for debian+derivitives, which is fine for now, but not good for the
-# future
-
- package { 'apache2': ensure => absent }
-
-}