summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/slow.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-15 21:43:57 +0100
committervarac <varacanero@zeromail.org>2015-12-15 21:43:57 +0100
commit8a8dcda0fa10a819a945c283ef998214e5807f86 (patch)
tree1869eb190ce9bdb05571382bc9d9b7bd68e20f77 /puppet/modules/site_config/manifests/slow.pp
parent73624f1e87974ab71b5d8e44073347725e492e5c (diff)
parentb383a34e7ae0f988bf942bd033d8795bd8ea71ac (diff)
Merge branch 'remove_run_stages' into develop
Diffstat (limited to 'puppet/modules/site_config/manifests/slow.pp')
-rw-r--r--puppet/modules/site_config/manifests/slow.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/puppet/modules/site_config/manifests/slow.pp b/puppet/modules/site_config/manifests/slow.pp
index 94bac88d..3650eb19 100644
--- a/puppet/modules/site_config/manifests/slow.pp
+++ b/puppet/modules/site_config/manifests/slow.pp
@@ -1,6 +1,7 @@
+# this class is run by default, but can be excluded
+# for testing purposes by calling "leap deploy" with
+# the "--fast" parameter
class site_config::slow {
tag 'leap_slow'
- class { 'site_apt::dist_upgrade':
- stage => setup,
- }
+ class { 'site_apt::dist_upgrade': }
}