summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/base.pp
diff options
context:
space:
mode:
authorKeith aka fugit <fugit13@gmail.com>2011-04-22 10:47:22 -0400
committerKeith aka fugit <fugit13@gmail.com>2011-04-22 10:47:22 -0400
commit66ce6a1344ab711b29897a26ab60da14f295fa6e (patch)
tree24811ee3d5de8218080d62aa68c5d7dc6aead69a /manifests/puppetmaster/base.pp
parentbc853371f8d890a376e522b55111537c0c5ff8b2 (diff)
Fixed typos in the spelling of passenger in includes
Diffstat (limited to 'manifests/puppetmaster/base.pp')
-rw-r--r--manifests/puppetmaster/base.pp2
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'],
}