Remove language referring to Ubuntu Saucy and the snapshots repo since neither of those are being used or supported.
This commit is contained in:
parent
3b6e1a38bc
commit
eea0b20565
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class icinga2::server::install::repos inherits icinga2::server {
|
|||
|
||||
#Debian/Ubuntu systems:
|
||||
/^(Debian|Ubuntu)$/: {
|
||||
#Add the Icinga 2 snapshots apt repo for Ubuntu Saucy Salamander:
|
||||
#Add the Icinga 2 release apt repo for Ubuntu systems:
|
||||
apt::source { "icinga2_ubuntu_${::lsbdistcodename}_release_apt":
|
||||
location => 'http://packages.icinga.org/ubuntu',
|
||||
release => "icinga-${::lsbdistcodename}",
|
||||
|
|
Loading…
Reference in a new issue