From 991193fe9936c2a538f79d2b594d713a47353218 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 14 Apr 2013 15:43:11 -0300 Subject: Define class relationship between apt and apt::unattended_upgrades --- manifests/subsystem/apt.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index fd46f22..2e413f2 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -8,7 +8,10 @@ class nodo::subsystem::apt { custom_key_dir => hiera('nodo::subsystem::apt::custom_key_dir', 'puppet:///modules/site_apt/keys.d') } - include apt::unattended_upgrades + class { 'apt::unattended_upgrades': } + + # Class relationships + Class['apt'] -> Class['apt::unattended_upgrades'] $apt_domain_source = hiera('nodo::subsystem::apt::domain_source', false) -- cgit v1.2.3