diff --git a/manifests/tftp.pp b/manifests/tftp.pp index 23001dd7..4ea57018 100644 --- a/manifests/tftp.pp +++ b/manifests/tftp.pp @@ -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'], }