From 04ebb5d5f94517e59c2b59a5efaf6bbb751c019b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Jan 2013 11:07:54 -0200 Subject: Upgrading apt --- manifests/nodo.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'manifests/nodo.pp') diff --git a/manifests/nodo.pp b/manifests/nodo.pp index f238154..6a964df 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -45,7 +45,11 @@ class nodo { ensure => absent, } - include apt + class { 'apt': + include_src => $apt_include_src, + use_next_release => $apt_use_next_release, + } + include apt::unattended_upgrades apt::sources_list { "$domain.list": -- cgit v1.2.3