From b432165cd092e15bbe920618be9214cf2586a3f8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 14 Apr 2013 15:51:56 -0300 Subject: Moving '::apt::unattended_upgrades' to the end of apt class --- manifests/subsystem/apt.pp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index 5b15b6e..fac90b3 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -8,11 +8,6 @@ class nodo::subsystem::apt { custom_key_dir => hiera('nodo::subsystem::apt::custom_key_dir', 'puppet:///modules/site_apt/keys.d') } - class { '::apt::unattended_upgrades': } - - # Class relationships - Class['::apt'] -> Class['::apt::unattended_upgrades'] - $apt_domain_source = hiera('nodo::subsystem::apt::domain_source', false) apt::sources_list { "${::domain}.list": @@ -48,4 +43,6 @@ class nodo::subsystem::apt { package { 'apt-transport-https': ensure => present, } + + class { '::apt::unattended_upgrades': } } -- cgit v1.2.3