diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-13 17:45:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-13 17:45:32 -0300 |
commit | 8679a801bcb8da32c404c7dec3d11106c9cf522a (patch) | |
tree | 1b3f076b99e29ed72dae7bfe1744524236bdf317 /manifests | |
download | puppet-mumble-8679a801bcb8da32c404c7dec3d11106c9cf522a.tar.gz puppet-mumble-8679a801bcb8da32c404c7dec3d11106c9cf522a.tar.bz2 |
Initial commit
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..32f645c --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,5 @@ +class mumble { + package { 'mumble-server': + ensure => installed, + } +} |