From 825cbcad85d1ca3bf1fe0f180da1416b8d9fe58e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 29 Dec 2017 23:26:16 -0200 Subject: Updates puppet syntax --- manifests/rrsync.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } } -- cgit v1.2.3