From d9cb5ec2b1e513405bc07aa1c618dcfc397431b9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Mar 2014 20:44:10 -0300 Subject: Set owner, group and mode to apt domain preferences file --- manifests/subsystem/apt.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/subsystem') diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index b0f6e72..9a6ed2a 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -31,6 +31,9 @@ class nodo::subsystem::apt { true => present, default => absent, } + owner => root, + group => root, + moder => 0644, } $apt_proxy = hiera('nodo::subsystem::apt::proxy', false) -- cgit v1.2.3