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