summaryrefslogtreecommitdiff
path: root/manifests/gentoo.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/gentoo.pp
parent6bd681ab05072964efc95ecfe2816e371e45a862 (diff)
codestyle - whitespace
Only code style and whitespace formatting issues. Everything should no be in ligne.
Diffstat (limited to 'manifests/gentoo.pp')
-rw-r--r--manifests/gentoo.pp20
1 files changed, 10 insertions, 10 deletions
diff --git a/manifests/gentoo.pp b/manifests/gentoo.pp
index 59d299f..5c9b174 100644
--- a/manifests/gentoo.pp
+++ b/manifests/gentoo.pp
@@ -1,12 +1,12 @@
class puppet::gentoo inherits puppet::linux {
- Package[puppet]{
- category => 'app-admin',
- }
- Package[facter]{
- category => 'dev-ruby',
- }
- # as we use sometimes the init script to test
- Service[puppet]{
- hasstatus => false,
- }
+ Package[puppet]{
+ category => 'app-admin',
+ }
+ Package[facter]{
+ category => 'dev-ruby',
+ }
+ # as we use sometimes the init script to test
+ Service[puppet]{
+ hasstatus => false,
+ }
}