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