From: Silvio Rhatto Date: Sat, 30 Dec 2017 01:26:16 +0000 (-0200) Subject: Updates puppet syntax X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=825cbcad85d1ca3bf1fe0f180da1416b8d9fe58e;p=puppet-rsync.git Updates puppet syntax --- diff --git a/manifests/rrsync.pp b/manifests/rrsync.pp index c2352c8..9e195f0 100644 --- a/manifests/rrsync.pp +++ b/manifests/rrsync.pp @@ -6,6 +6,6 @@ class rsync::rrsync { file{'/usr/local/bin/rrsync': source => "puppet:///modules/rsync/rrsync/rrsync", require => Package['rsync'], - owner => root, group => 0, mode => 0755; + owner => root, group => 0, mode => '0755'; } }