summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-07-08 21:53:54 -0400
committerMicah Anderson <micah@riseup.net>2012-07-08 21:53:54 -0400
commit2ea883f5c04b5935ca83bd927f178e934312e0c4 (patch)
treee05f6ba82e27cc9ade906541a00ef8a3f72f75d1 /manifests/base.pp
parentffdb617e2002fb723a24befaee5171ef5bcf05a0 (diff)
there was a start at abstracting out the classes, but this is not needed at this point, so I've pulled it all in to simplify it
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
deleted file mode 100644
index 65971a7..0000000
--- a/manifests/base.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-class passenger::base {
-
- include apache
-
- apache::config::file { 'mod_passenger':
- ensure => present,
- source => [ "puppet://${server}/modules/site_passenger/${fqdn}/mod_passenger.conf",
- "puppet://${server}/modules/site_passenger/mod_passenger.conf",
- "puppet://${server}/modules/passenger/mod_passenger.conf",
- ],
- }
-
-}