summaryrefslogtreecommitdiff
path: root/manifests/apache.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/apache.pp')
-rw-r--r--manifests/apache.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/apache.pp b/manifests/apache.pp
new file mode 100644
index 0000000..36bbd3a
--- /dev/null
+++ b/manifests/apache.pp
@@ -0,0 +1,7 @@
+class passenger::apache{
+ include apache
+ package{'mod_passenger':
+ ensure => installed,
+ require => Package['apache'],
+ }
+}