diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-13 20:42:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-13 20:42:36 -0300 |
commit | 643f7ae9436fa9573c137963f23bbbcde6d2ca9b (patch) | |
tree | cbf2bf678c2a762e68c7cab58100452f52d30d57 /manifests/subsystem/nas | |
parent | d28c3aee770c728aca424dec1cab584d4806fbb4 (diff) | |
download | puppet-nodo-643f7ae9436fa9573c137963f23bbbcde6d2ca9b.tar.gz puppet-nodo-643f7ae9436fa9573c137963f23bbbcde6d2ca9b.tar.bz2 |
Munin conditionals at nodo::role::nas
Diffstat (limited to 'manifests/subsystem/nas')
-rw-r--r-- | manifests/subsystem/nas/share.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |