From: Silvio Rhatto Date: Sun, 14 Apr 2013 18:43:11 +0000 (-0300) Subject: Define class relationship between apt and apt::unattended_upgrades X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=991193fe9936c2a538f79d2b594d713a47353218;p=puppet-nodo.git Define class relationship between apt and apt::unattended_upgrades --- 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)