diff --git a/manifests/apt_conf.pp b/manifests/apt_conf.pp index a18a9bd..c484ec3 100644 --- a/manifests/apt_conf.pp +++ b/manifests/apt_conf.pp @@ -15,7 +15,7 @@ define apt::apt_conf( file { "/etc/apt/apt.conf.d/${name}": ensure => $ensure, notify => Exec["refresh_apt"], - owner => root, group => 0, mode => 0600; + owner => root, group => 0, mode => 0644; } if $source {