summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8517831..4c5062a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,16 +5,8 @@
# Marcel Härry haerry+puppet(at)puzzle.ch
# Simon Josi josi+puppet(at)puzzle.ch
-import 'defines.pp'
-
class perl {
case $operatingsystem {
default: { include perl::base }
}
}
-
-class perl::base {
- package{'perl':
- ensure => installed,
- }
-}