Make sources snippets world-readable.

Not doing this breaks big parts of functionality, such as aptitude why.
This commit is contained in:
intrigeri 2011-01-08 19:39:10 +01:00
parent c5dc8ff5fc
commit d76f922dfb

View file

@ -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 {