summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 19:17:52 -0300
committermh <mh@immerda.ch>2012-06-05 19:17:52 -0300
commitb6c06a948ace4a42c4b9a6c8b891a69c6cf485e9 (patch)
tree8d5c800fed792285b11a5a319c628c4b9b4ad9eb /manifests/init.pp
parent3f685074e310f1414e693ef56981c7778f6a9533 (diff)
new style for 2.7
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 4c5062a..ba261ee 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -6,7 +6,5 @@
# Simon Josi josi+puppet(at)puzzle.ch
class perl {
- case $operatingsystem {
- default: { include perl::base }
- }
+ include perl::base
}