aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/apt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/apt.pp')
-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':