diff options
author | Keith aka fugit <fugit13@gmail.com> | 2011-04-22 10:47:22 -0400 |
---|---|---|
committer | Keith aka fugit <fugit13@gmail.com> | 2011-04-22 10:47:22 -0400 |
commit | 66ce6a1344ab711b29897a26ab60da14f295fa6e (patch) | |
tree | 24811ee3d5de8218080d62aa68c5d7dc6aead69a /manifests/puppetmaster | |
parent | bc853371f8d890a376e522b55111537c0c5ff8b2 (diff) |
Fixed typos in the spelling of passenger in includes
Diffstat (limited to 'manifests/puppetmaster')
-rw-r--r-- | manifests/puppetmaster/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmaster/base.pp b/manifests/puppetmaster/base.pp index b1fca5a..f179d47 100644 --- a/manifests/puppetmaster/base.pp +++ b/manifests/puppetmaster/base.pp @@ -23,7 +23,7 @@ class puppet::puppetmaster::base inherits puppet::base { if $puppetmaster_mode == 'passenger' { - include puppet::puppetmaster::pasenger + include puppet::puppetmaster::passenger File[$puppet_fileserverconfig]{ notify => Exec['notify_passenger_puppetmaster'], } |