Correct some permissions in bin

This commit is contained in:
Keith Whyte 2020-05-21 03:02:36 +02:00
parent ec6278278b
commit 0fb82f75b5

View file

@ -277,13 +277,20 @@ schedule { 'repo':
file { '/home/rhizomatica/bin/vars.sh':
ensure => present,
content => template('rhizo_base/vars.sh.erb'),
owner => 'root',
group => 'rhizomatica'
}
file { '/home/rhizomatica/bin/pg_backup_rotated.sh':
source => 'puppet:///modules/rhizo_base/bin/pg_backup_rotated.sh',
owner => 'root',
group => 'postgres'
}
recursive_file_permissions { '/home/rhizomatica/bin':
file_mode => '0750',
dir_mode => '0755',
owner => 'root',
group => 'root',
}
$bts_user = { 'UmSite' => 'fairwaves', '2050M' => 'root', '2050S' => 'root' }