From 8d8b27b581fb58b8d559d3c7c1e1397e578230c3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:06:51 -0300 Subject: Changes for puppet 4 compatibility --- manifests/subsystem/nas/share.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem/nas') diff --git a/manifests/subsystem/nas/share.pp b/manifests/subsystem/nas/share.pp index e705e8d..94f8194 100644 --- a/manifests/subsystem/nas/share.pp +++ b/manifests/subsystem/nas/share.pp @@ -106,7 +106,7 @@ define nodo::subsystem::nas::share( ensure => present, owner => root, group => root, - mode => 0644, + mode => '0644', source => "puppet:///modules/site_avahi/services/nfs-${name}.service", notify => Service['avahi-daemon'], } -- cgit v1.2.3