summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-13 17:45:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-13 17:45:32 -0300
commit8679a801bcb8da32c404c7dec3d11106c9cf522a (patch)
tree1b3f076b99e29ed72dae7bfe1744524236bdf317 /manifests
downloadpuppet-mumble-8679a801bcb8da32c404c7dec3d11106c9cf522a.tar.gz
puppet-mumble-8679a801bcb8da32c404c7dec3d11106c9cf522a.tar.bz2
Initial commit
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp5
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,
+ }
+}