aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/apt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/apt.pp')
-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 b3f643d..fd46f22 100644
--- a/manifests/subsystem/apt.pp
+++ b/manifests/subsystem/apt.pp
@@ -2,7 +2,7 @@ class nodo::subsystem::apt {
#
# Apt configuration
#
- class { 'apt':
+ class { '::apt':
include_src => hiera('nodo::subsystem::apt::include_src', false),
use_next_release => hiera('nodo::subsystem::apt::use_next_release', false),
custom_key_dir => hiera('nodo::subsystem::apt::custom_key_dir', 'puppet:///modules/site_apt/keys.d')