diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-08 20:50:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-08 20:50:10 -0300 |
commit | a760f19427738668a9077c10459e370f0a342a73 (patch) | |
tree | aa7c2b94e592df2c94e832cbff471ae81f810fe5 | |
parent | 0fa0e9863b20d668be75074339ab91d790d141f6 (diff) | |
download | puppet-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.pp | 2 |
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) |