aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-08 20:44:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-08 20:44:10 -0300
commitd9cb5ec2b1e513405bc07aa1c618dcfc397431b9 (patch)
tree0c571b4c15841bdefe62b85ddb0438d6715f5609
parentb7a4ea28dba3e57de5774c60b56c41c9c06bb636 (diff)
downloadpuppet-nodo-d9cb5ec2b1e513405bc07aa1c618dcfc397431b9.tar.gz
puppet-nodo-d9cb5ec2b1e513405bc07aa1c618dcfc397431b9.tar.bz2
Set owner, group and mode to apt domain preferences file
-rw-r--r--manifests/subsystem/apt.pp3
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)