Remove Debian from the regex since it's not a supported distro yet.

This commit is contained in:
Nick Chappell 2014-09-07 13:41:57 -07:00
parent 200645b4cc
commit bbb2ed10f4

View file

@ -45,8 +45,8 @@ class icinga2::server::install::repos inherits icinga2::server {
}
}
#Debian/Ubuntu systems:
/^(Debian|Ubuntu)$/: {
#Ubuntu systems:
'Ubuntu': {
#Add the Icinga 2 release apt repo for Ubuntu systems:
apt::source { "icinga2_ubuntu_${::lsbdistcodename}_release_apt":
location => 'http://packages.icinga.org/ubuntu',