Skip to content

Commit

Permalink
Fixes #24155 - explicitly set owner and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap authored and ekohl committed Jul 4, 2018
1 parent 210c5ad commit 90261d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/tftp.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
$filename = basename($source_file)
file {"${root}/${filename}":
ensure => file,
owner => $user,
mode => '0644',
source => $source_file,
require => Class['foreman_proxy::install', 'tftp::install'],
}
Expand Down

0 comments on commit 90261d2

Please sign in to comment.