# platform = multi_platform_all
# reboot = false
# strategy = enable
# complexity = low
# disruption = low
include disable_apache2

class disable_apache2 {
  service {'apache2':
    enable => false,
    ensure => 'stopped',
  }
}