aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/mumble.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-05 18:49:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-05 18:49:36 -0300
commite48f6804d5031f882d34d3a3ec24caaae60b6145 (patch)
treea4eea793fa45d8a39f344c0f8636e893826353a6 /manifests/role/mumble.pp
parent4ac9cc3ee59315d976e5dac47bf5efa251a1fd9a (diff)
downloadpuppet-nodo-e48f6804d5031f882d34d3a3ec24caaae60b6145.tar.gz
puppet-nodo-e48f6804d5031f882d34d3a3ec24caaae60b6145.tar.bz2
Use hiera for mumble config
Diffstat (limited to 'manifests/role/mumble.pp')
-rw-r--r--manifests/role/mumble.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/role/mumble.pp b/manifests/role/mumble.pp
index 42a2c33..b24b2c1 100644
--- a/manifests/role/mumble.pp
+++ b/manifests/role/mumble.pp
@@ -1,5 +1,8 @@
class nodo::role::mumble inherits nodo::base::virtual {
- include mumble::ssl
+ class { 'mumble::ssl':
+ config_content => hiera('mumble::config_content'),
+ }
+
include mumble::munin
$ecdhforce = hiera('nodo::role::mumble::ecdhforce', false)