apt: remove icinga source

This commit is contained in:
Wile E. Coyote 2019-01-18 12:39:39 +00:00
parent a105e9fca1
commit 6bd68b3793

View file

@ -48,13 +48,17 @@ class rhizo_base::apt::ubuntu inherits rhizo_base::apt::common {
apt::ppa { 'ppa:ondrej/php': } apt::ppa { 'ppa:ondrej/php': }
apt::ppa { 'ppa:ondrej/apache2': } apt::ppa { 'ppa:ondrej/apache2': }
apt::source { 'icinga': # apt::source { 'icinga':
location => 'https://packages.icinga.org/ubuntu', # location => 'https://packages.icinga.org/ubuntu',
release => 'icinga-precise', # release => 'icinga-precise',
repos => 'main', # repos => 'main',
key_source => 'https://packages.icinga.org/icinga.key', # key_source => 'https://packages.icinga.org/icinga.key',
include_src => false, # include_src => false,
} # }
file { '/etc/apt/sources.list.d/icinga.list':
ensure => absent,
}
apt::source { 'nodesource': apt::source { 'nodesource':
location => 'https://deb.nodesource.com/node_0.10', location => 'https://deb.nodesource.com/node_0.10',