apt: remove icinga source
This commit is contained in:
parent
a105e9fca1
commit
6bd68b3793
1 changed files with 11 additions and 7 deletions
|
@ -48,12 +48,16 @@ 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':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue