summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-06 19:36:40 +0200
committermh <mh@immerda.ch>2010-08-06 19:36:40 +0200
commit7d904841c15873db9ac1745f659d8464fd45f41a (patch)
tree991567a2557fa59b6502d2c0bcf87f6c786c5c34 /manifests/debian.pp
parent6bd681ab05072964efc95ecfe2816e371e45a862 (diff)
codestyle - whitespace
Only code style and whitespace formatting issues. Everything should no be in ligne.
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp29
1 files changed, 15 insertions, 14 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 507ec52..f4bfee7 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,17 +1,18 @@
class puppet::debian inherits puppet::linux {
- file{'/etc/default/puppet':
- source => [ "puppet://$server/modules/site-puppet/client/debian/${fqdn}/puppet",
- "puppet://$server/modules/site-puppet/client/debian/${domain}/puppet",
- "puppet://$server/modules/site-puppet/client/debian/puppet",
- "puppet://$server/modules/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,
- }
- File['/etc/cron.d/puppetd.cron']{
- path => '/etc/cron.d/puppetd',
- }
+ file{'/etc/default/puppet':
+ source => [ "puppet://$server/modules/site-puppet/client/debian/${fqdn}/puppet",
+ "puppet://$server/modules/site-puppet/client/debian/${domain}/puppet",
+ "puppet://$server/modules/site-puppet/client/debian/puppet",
+ "puppet://$server/modules/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,
+ }
+ File['/etc/cron.d/puppetd.cron']{
+ path => '/etc/cron.d/puppetd',
+ }
}