diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-08 20:44:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-08 20:44:10 -0300 |
commit | d9cb5ec2b1e513405bc07aa1c618dcfc397431b9 (patch) | |
tree | 0c571b4c15841bdefe62b85ddb0438d6715f5609 /manifests/subsystem/apt.pp | |
parent | b7a4ea28dba3e57de5774c60b56c41c9c06bb636 (diff) | |
download | puppet-nodo-d9cb5ec2b1e513405bc07aa1c618dcfc397431b9.tar.gz puppet-nodo-d9cb5ec2b1e513405bc07aa1c618dcfc397431b9.tar.bz2 |
Set owner, group and mode to apt domain preferences file
Diffstat (limited to 'manifests/subsystem/apt.pp')
-rw-r--r-- | manifests/subsystem/apt.pp | 3 |
1 files changed, 3 insertions, 0 deletions
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) |