summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 45ebb2a..8517831 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,6 +1,11 @@
# modules/perl/manifests/init.pp - manage perl stuff
-# Copyright (C) 2007 admin@immerda.ch
+# Copyright (C) 2007 admin(at)immerda.ch
# GPLv3
+# adapted by Puzzle ITC
+# Marcel Härry haerry+puppet(at)puzzle.ch
+# Simon Josi josi+puppet(at)puzzle.ch
+
+import 'defines.pp'
class perl {
case $operatingsystem {
@@ -12,9 +17,4 @@ class perl::base {
package{'perl':
ensure => installed,
}
-
-}
-
-define perl::module () {
- package { "${name}": ensure => installed }
}