Remove Debian from the regex since it's not a supported distro yet.
This commit is contained in:
parent
200645b4cc
commit
bbb2ed10f4
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue