Don't use 'source_permissions'

This commit is contained in:
Monocots 2020-03-24 23:02:08 +00:00 committed by Keith Whyte
parent 8df40f98a9
commit 7d452b0f0c
2 changed files with 3 additions and 2 deletions

View file

@ -253,7 +253,7 @@ schedule { 'repo':
file { '/home/rhizomatica/bin':
ensure => directory,
source => 'puppet:///modules/rhizo_base/bin',
source_permissions => use,
owner => 'root',
recurse => remote,
purge => false,
}