summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-09-17 14:13:36 +0200
committermh <mh@immerda.ch>2010-09-17 14:13:36 +0200
commit6c0cb6dd0a83d6f3240c84238a6df5fd1e818664 (patch)
treeb638c98b0734b53b43e217aa463ca9cc4ad2b21e /manifests/base.pp
parent294ae9f0d391890c1acd9b3f69fd24651bd24a97 (diff)
refactor perl module, add speedycgi extenstion
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
new file mode 100644
index 0000000..a689cb1
--- /dev/null
+++ b/manifests/base.pp
@@ -0,0 +1,5 @@
+class perl::base {
+ package{'perl':
+ ensure => installed,
+ }
+}