Make sources snippets world-readable.
Not doing this breaks big parts of functionality, such as aptitude why.
This commit is contained in:
parent
c5dc8ff5fc
commit
d76f922dfb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ define apt::sources_list (
|
|||
|
||||
file { "/etc/apt/sources.list.d/${name}":
|
||||
ensure => $ensure,
|
||||
owner => root, group => 0, mode => 0600;
|
||||
owner => root, group => 0, mode => 0644;
|
||||
}
|
||||
|
||||
if $source {
|
||||
|
|
Loading…
Reference in a new issue