diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-02 14:02:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-02 14:02:45 -0200 |
commit | ce492cbbcf55f597f4e0145e887aaa67f281b594 (patch) | |
tree | 126da6d2612fbe54214e42ccd4e76b2ca909272c /manifests | |
download | puppet-moin-ce492cbbcf55f597f4e0145e887aaa67f281b594.tar.gz puppet-moin-ce492cbbcf55f597f4e0145e887aaa67f281b594.tar.bz2 |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 6 |
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, + } +} |