aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-09 15:36:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-09 15:36:59 -0300
commitab03f8937dbc73d53ee617d2ac584bf07afca0a9 (patch)
treeb7bf500d313f8218c019f067ec22d2cf64a34a9b /manifests
parent86699b71bc0ce457c1e1bdc95392c866ec9d07c4 (diff)
downloadpuppet-nodo-ab03f8937dbc73d53ee617d2ac584bf07afca0a9.tar.gz
puppet-nodo-ab03f8937dbc73d53ee617d2ac584bf07afca0a9.tar.bz2
APT: use https for deb-src and use log file for hydra update method
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystem/apt.pp3
1 files changed, 1 insertions, 2 deletions
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':