summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/slow.pp
blob: 3650eb199b0d0ed1b78411bfc450d5a2c29430de (plain)
1
2
3
4
5
6
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': }
}