aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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)