diff options
author | Keith aka fugit <fugit13@gmail.com> | 2011-04-22 10:37:28 -0400 |
---|---|---|
committer | Keith aka fugit <fugit13@gmail.com> | 2011-04-22 10:37:28 -0400 |
commit | bc4fa29b454691b6c446b2881b4b3ea39d6b8272 (patch) | |
tree | 0d2f813523bc46bb8e8b233489e9300c97326074 | |
parent | 9e820e4eddaa0b0f86f816dce974a648e0769c42 (diff) |
Declared the inclusion of an external package. This should be removed for public use or incorporated into the puppet module
-rw-r--r-- | manifests/puppetmaster/passenger.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/puppetmaster/passenger.pp b/manifests/puppetmaster/passenger.pp index c4bc062..0471234 100644 --- a/manifests/puppetmaster/passenger.pp +++ b/manifests/puppetmaster/passenger.pp @@ -3,6 +3,7 @@ class puppet::puppetmaster::passenger inherits puppet::puppetmaster::base { include ::passenger + include mod-passenger # A reference configuration is available at : # http://github.com/reductivelabs/puppet/tree/master/ext/rack |