summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-27 20:40:50 +0000
committermh <mh@immerda.ch>2008-12-27 20:40:50 +0000
commit972d1f4b27d89ffcda90b1cbe5e7b1923af62c03 (patch)
tree51813754d6650c87cf3d9a40da602ae51b3b2162 /manifests/puppetmaster.pp
parente99ffa30dba1fb918d2c5018e2f282e51abcdbf6 (diff)
added lastrun check
Diffstat (limited to 'manifests/puppetmaster.pp')
-rw-r--r--manifests/puppetmaster.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 7e80792..f1fcc89 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -13,6 +13,8 @@ class puppet::puppetmaster inherits puppet {
}
}
include puppet::puppetmaster::base
+
+ puppet::puppetmaster::checklastrun
}
class puppet::puppetmaster::base inherits puppet::base {