]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Make sources snippets world-readable.
authorintrigeri <intrigeri@boum.org>
Sat, 8 Jan 2011 18:39:10 +0000 (19:39 +0100)
committerintrigeri <intrigeri@boum.org>
Sat, 8 Jan 2011 18:39:10 +0000 (19:39 +0100)
Not doing this breaks big parts of functionality, such as aptitude why.

manifests/sources_list.pp

index ff8f21a0f1101ff4d9d310effac399b9d2aa9d52..86b35a7adb451e1071bf5ad5e57173f08b7b28b3 100644 (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 {