From a760f19427738668a9077c10459e370f0a342a73 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Mar 2014 20:50:10 -0300 Subject: Set owner, group and mode to apt domain preferences file (3) --- manifests/subsystem/apt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem') 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) -- cgit v1.2.3