summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-02 14:02:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-02 14:02:45 -0200
commitce492cbbcf55f597f4e0145e887aaa67f281b594 (patch)
tree126da6d2612fbe54214e42ccd4e76b2ca909272c /manifests
downloadpuppet-moin-master.tar.gz
puppet-moin-master.tar.bz2
Initial importHEADmaster
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
new file mode 100644
index 0000000..ecc5685
--- /dev/null
+++ b/manifests/init.pp
@@ -0,0 +1,6 @@
+class moin {
+ package { "moin":
+ name => "python-moinmoin",
+ ensure => installed,
+ }
+}