From 90b13d7e973a0584b27e02bebfa92e66a42505a1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 5 Mar 2016 19:07:55 -0300 Subject: Hiera --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ], ) { -- cgit v1.2.3