summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster.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/puppetmaster.pp
parent6bd681ab05072964efc95ecfe2816e371e45a862 (diff)
codestyle - whitespace
Only code style and whitespace formatting issues. Everything should no be in ligne.
Diffstat (limited to 'manifests/puppetmaster.pp')
-rw-r--r--manifests/puppetmaster.pp20
1 files changed, 10 insertions, 10 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 1b1094c..f9f4306 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -1,17 +1,17 @@
# manifests/puppetmaster.pp
class puppet::puppetmaster inherits puppet {
- case $operatingsystem {
- debian: { include puppet::puppetmaster::debian }
- centos: { include puppet::puppetmaster::centos }
- default: {
- case $kernel {
- linux: { include puppet::puppetmaster::linux }
- }
- }
+ case $operatingsystem {
+ debian: { include puppet::puppetmaster::debian }
+ centos: { include puppet::puppetmaster::centos }
+ default: {
+ case $kernel {
+ linux: { include puppet::puppetmaster::linux }
+ }
}
- include puppet::puppetmaster::base
+ }
- include puppet::puppetmaster::checklastrun
+ include puppet::puppetmaster::base
+ include puppet::puppetmaster::checklastrun
if $use_shorewall {
include shorewall::rules::puppet::master