blob: de276bc3fdb3443ba8cd33f303a4fa2cfe9248c3 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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'
include apt::update
class { 'site_apt::dist_upgrade': }
}
|