From 643f7ae9436fa9573c137963f23bbbcde6d2ca9b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Sep 2015 20:42:36 -0300 Subject: Munin conditionals at nodo::role::nas --- manifests/subsystem/nas/share.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem') diff --git a/manifests/subsystem/nas/share.pp b/manifests/subsystem/nas/share.pp index aee32f2..a5cac93 100644 --- a/manifests/subsystem/nas/share.pp +++ b/manifests/subsystem/nas/share.pp @@ -102,7 +102,7 @@ define nodo::subsystem::nas::share( # $avahi = hiera('nodo::role::nas::avahi', false) - if $avahi == true { + if $avahi == true and $nfs == true { file { "/etc/avahi/services/nfs-${name}.service": ensure => present, owner => root, -- cgit v1.2.3