Force owner and mode on ppa files

(cherry picked from commit 0bf44fc167)
This commit is contained in:
Daniel Lawrence 2014-02-19 11:41:01 +11:00 committed by Hunter Haugen
parent bffef4142a
commit b4e430f4db

View file

@ -67,6 +67,9 @@ define apt::ppa(
file { "${sources_list_d}/${sources_list_d_filename}": file { "${sources_list_d}/${sources_list_d_filename}":
ensure => 'absent', ensure => 'absent',
mode => '0644',
owner => 'root',
gruop => 'root',
notify => Exec['apt_update'], notify => Exec['apt_update'],
} }
} }