diff options
Diffstat (limited to 'manifests/apache.pp')
-rw-r--r-- | manifests/apache.pp | 7 |
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'], + } +} |