aboutsummaryrefslogtreecommitdiff
path: root/manifests/sources_list.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-01-08 19:39:10 +0100
committerintrigeri <intrigeri@boum.org>2011-01-08 19:39:10 +0100
commitd76f922dfb1120c013da1b2c1904aac2d580e342 (patch)
treeb6392417810ea3a9510305afe009553f93cdedce /manifests/sources_list.pp
parentc5dc8ff5fc7762fc81871f71bed54daaee1f8707 (diff)
downloadpuppet-apt-d76f922dfb1120c013da1b2c1904aac2d580e342.tar.gz
puppet-apt-d76f922dfb1120c013da1b2c1904aac2d580e342.tar.bz2
Make sources snippets world-readable.
Not doing this breaks big parts of functionality, such as aptitude why.
Diffstat (limited to 'manifests/sources_list.pp')
-rw-r--r--manifests/sources_list.pp2
1 files changed, 1 insertions, 1 deletions
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 {