From d76f922dfb1120c013da1b2c1904aac2d580e342 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 8 Jan 2011 19:39:10 +0100 Subject: Make sources snippets world-readable. Not doing this breaks big parts of functionality, such as aptitude why. --- manifests/sources_list.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/sources_list.pp') 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 { -- cgit v1.2.3