summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-08 12:38:30 -0300
committermh <mh@immerda.ch>2012-06-08 12:38:30 -0300
commitba952ee2166bda7c69e44de5460b29bd070a96f9 (patch)
tree2b406edeecf273503cf98bba8d8d20f05158d391
parent4976a7396e89d0887206f380dd82fbe4ac28a039 (diff)
refactor things for >2.7
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 505c1b3..2c086d4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -3,8 +3,8 @@
# GPLv3
class gcc {
- package{ [ 'gcc', 'gcc-c++' ]:
- ensure => present,
- }
+ package{ [ 'gcc', 'gcc-c++' ]:
+ ensure => present,
+ }
}