summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-29 23:26:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-29 23:26:16 -0200
commit825cbcad85d1ca3bf1fe0f180da1416b8d9fe58e (patch)
treeab6ae17b16cff3d753d8485e241c67248dd9cfc4
parent819946f5be671278fbdbf4f045ed496b82162a80 (diff)
downloadpuppet-rsync-825cbcad85d1ca3bf1fe0f180da1416b8d9fe58e.tar.gz
puppet-rsync-825cbcad85d1ca3bf1fe0f180da1416b8d9fe58e.tar.bz2
Updates puppet syntaxHEADmaster
-rw-r--r--manifests/rrsync.pp2
1 files changed, 1 insertions, 1 deletions
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';
}
}