summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-18 11:41:04 -0300
committermh <mh@immerda.ch>2012-06-18 11:41:04 -0300
commitd47addd2ed9ae6e99423bff736352144cda32832 (patch)
treec9ca667f9dc629bb8c4a01f46a4c4ec82a8472a9 /manifests/init.pp
parent0e016e968da85a435f1670761bad458aa515c7a5 (diff)
get rid off config_file wrapper
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e35dd2c..509b6d1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -50,7 +50,7 @@ class apt(
$next_codename = debian_nextcodename($::lsbdistcodename)
$next_release = debian_nextrelease($release)
- config_file {
+ file {
# include main, security and backports
# additional sources should be included via the apt::sources_list define
"/etc/apt/sources.list":
@@ -60,6 +60,7 @@ class apt(
},
require => Package['lsb'],
notify => Exec['refresh_apt'],
+ owner => root, group => 0, mode => 0644;
}
apt_conf { "02show_upgraded":