Force owner and mode on ppa files
(cherry picked from commit 0bf44fc167
)
This commit is contained in:
parent
bffef4142a
commit
b4e430f4db
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ define apt::ppa(
|
|||
|
||||
file { "${sources_list_d}/${sources_list_d_filename}":
|
||||
ensure => 'absent',
|
||||
mode => '0644',
|
||||
owner => 'root',
|
||||
gruop => 'root',
|
||||
notify => Exec['apt_update'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue