aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/nas/share.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/nas/share.pp')
-rw-r--r--manifests/subsystem/nas/share.pp2
1 files changed, 1 insertions, 1 deletions
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'],
}