summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apt/manifests/dist_upgrade.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-02 16:38:28 +0100
committervarac <varacanero@zeromail.org>2016-02-02 16:38:28 +0100
commit572b02679a030a2df154e86dd9c4a18e2af988d2 (patch)
treefc52b9842bd95a35a00d2e8a209d773865629921 /puppet/modules/site_apt/manifests/dist_upgrade.pp
parentedc9aa13f5ebb07f27e73fd4befc5fbbadfebc66 (diff)
parent9278d76636fcffa624528b1fb11a7197f9f6b27c (diff)
Merge branch '7844_fix_deploy_on_plain_node' into develop
Diffstat (limited to 'puppet/modules/site_apt/manifests/dist_upgrade.pp')
-rw-r--r--puppet/modules/site_apt/manifests/dist_upgrade.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_apt/manifests/dist_upgrade.pp b/puppet/modules/site_apt/manifests/dist_upgrade.pp
index 40e2dd58..0eb98cea 100644
--- a/puppet/modules/site_apt/manifests/dist_upgrade.pp
+++ b/puppet/modules/site_apt/manifests/dist_upgrade.pp
@@ -11,7 +11,7 @@ class site_apt::dist_upgrade {
command => "/usr/bin/apt-get -q -y -o 'DPkg::Options::=--force-confold' dist-upgrade",
refreshonly => false,
timeout => 1200,
- require => Exec['refresh_apt']
+ require => Exec['apt_updated']
}
}
}