summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-27 21:38:51 +0000
committermh <mh@immerda.ch>2008-12-27 21:38:51 +0000
commit361c9a0aebdd3f5cdcd10781bcb4d472b5333389 (patch)
tree8d7228f42a8f2d76fef5c7bdfc1df79f79df57a7 /manifests/puppetmaster.pp
parentdd1df64d3f6dc682129c737daa695d38c10e37ab (diff)
include\!
Diffstat (limited to 'manifests/puppetmaster.pp')
-rw-r--r--manifests/puppetmaster.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index f1fcc89..4ee2a99 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -14,7 +14,7 @@ class puppet::puppetmaster inherits puppet {
}
include puppet::puppetmaster::base
- puppet::puppetmaster::checklastrun
+ include puppet::puppetmaster::checklastrun
}
class puppet::puppetmaster::base inherits puppet::base {