summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp9
1 files changed, 8 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ebcd234..48a7992 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -85,7 +85,14 @@ class puppet::gentoo inherits puppet::linux {
}
}
class puppet::debian inherits puppet::linux {
- # there is really no status cmd for it
+ file{'/etc/default/puppet':
+ source => [ "puppet://$server/files/puppet/client/debian/${fqdn}/puppet",
+ "puppet://$server/files/puppet/client/debian/${domain}/puppet",
+ "puppet://$server/files/puppet/client/debian/puppet",
+ "puppet://$server/puppet/client/debian/puppet" ],
+ notify => Service[puppet],
+ owner => root, group => 0, mode => 0644;
+ } # there is really no status cmd for it
Service[puppet]{
hasstatus => false,
}