aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-08 20:50:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-08 20:50:10 -0300
commita760f19427738668a9077c10459e370f0a342a73 (patch)
treeaa7c2b94e592df2c94e832cbff471ae81f810fe5
parent0fa0e9863b20d668be75074339ab91d790d141f6 (diff)
downloadpuppet-nodo-a760f19427738668a9077c10459e370f0a342a73.tar.gz
puppet-nodo-a760f19427738668a9077c10459e370f0a342a73.tar.bz2
Set owner, group and mode to apt domain preferences file (3)
-rw-r--r--manifests/subsystem/apt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp
index de8dc73..6e1f8ac 100644
--- a/manifests/subsystem/apt.pp
+++ b/manifests/subsystem/apt.pp
@@ -33,7 +33,7 @@ class nodo::subsystem::apt {
},
owner => root,
group => root,
- moder => 0644,
+ mode => 0644,
}
$apt_proxy = hiera('nodo::subsystem::apt::proxy', false)