summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-05 19:07:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-05 19:07:55 -0300
commit90b13d7e973a0584b27e02bebfa92e66a42505a1 (patch)
tree1c5c1004d8b6e5fb322aa15c2a741ea5b10e2332
parent0a60ba2e1da7114836e374a30d275cf8abf608fa (diff)
downloadpuppet-mpd-90b13d7e973a0584b27e02bebfa92e66a42505a1.tar.gz
puppet-mpd-90b13d7e973a0584b27e02bebfa92e66a42505a1.tar.bz2
Hiera
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 55adfd2..209b55d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,5 @@
class mpd(
- $config_content = false,
+ $config_content = hiera('mpd::config_content', false),
$config_source = [ "puppet:///modules/site_mpd/${::hostname}.conf",
"puppet:///modules/mpd/mpd.conf" ],
) {