From: intrigeri Date: Sat, 8 Jan 2011 18:39:10 +0000 (+0100) Subject: Make sources snippets world-readable. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d76f922dfb1120c013da1b2c1904aac2d580e342;p=puppet-apt.git Make sources snippets world-readable. Not doing this breaks big parts of functionality, such as aptitude why. --- diff --git a/manifests/sources_list.pp b/manifests/sources_list.pp index ff8f21a..86b35a7 100644 --- a/manifests/sources_list.pp +++ b/manifests/sources_list.pp @@ -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 {