From ab03f8937dbc73d53ee617d2ac584bf07afca0a9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 9 Jun 2018 15:36:59 -0300 Subject: APT: use https for deb-src and use log file for hydra update method --- manifests/subsystem/apt.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index 78dbcbf..002f0c1 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -41,8 +41,7 @@ class nodo::subsystem::apt( $command = "${apt} update ${log} && ${apt} dist-upgrade -y ${log} && ${apt} autoremove -y ${log} && ${apt} clean ${log}" } elsif $upgrade_handler == 'hydra' { - #$command = "hydractl upgrade clean ${log}" - $command = "hydractl upgrade clean" + $command = "hydractl upgrade clean ${log}" } exec { 'nodo-apt-auto-update': -- cgit v1.2.3