summaryrefslogtreecommitdiff
path: root/manifests/cron.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/cron.pp
parent6bd681ab05072964efc95ecfe2816e371e45a862 (diff)
codestyle - whitespace
Only code style and whitespace formatting issues. Everything should no be in ligne.
Diffstat (limited to 'manifests/cron.pp')
-rw-r--r--manifests/cron.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/cron.pp b/manifests/cron.pp
index 9bce6a7..8d41174 100644
--- a/manifests/cron.pp
+++ b/manifests/cron.pp
@@ -1,9 +1,9 @@
# manifests/cron.pp
class puppet::cron inherits puppet {
- case $kernel {
- linux: { include puppet::cron::linux }
- openbsd: { include puppet::cron::openbsd }
- default: { include puppet::cron::base }
- }
+ case $kernel {
+ linux: { include puppet::cron::linux }
+ openbsd: { include puppet::cron::openbsd }
+ default: { include puppet::cron::base }
+ }
}