diff options
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r-- | manifests/debian.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp index 62c7661..507ec52 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -13,4 +13,5 @@ class puppet::debian inherits puppet::linux { File['/etc/cron.d/puppetd.cron']{ path => '/etc/cron.d/puppetd', } + } |