apt: remove icinga source
This commit is contained in:
parent
a105e9fca1
commit
6bd68b3793
1 changed files with 11 additions and 7 deletions
|
@ -48,13 +48,17 @@ class rhizo_base::apt::ubuntu inherits rhizo_base::apt::common {
|
|||
apt::ppa { 'ppa:ondrej/php': }
|
||||
apt::ppa { 'ppa:ondrej/apache2': }
|
||||
|
||||
apt::source { 'icinga':
|
||||
location => 'https://packages.icinga.org/ubuntu',
|
||||
release => 'icinga-precise',
|
||||
repos => 'main',
|
||||
key_source => 'https://packages.icinga.org/icinga.key',
|
||||
include_src => false,
|
||||
}
|
||||
# apt::source { 'icinga':
|
||||
# location => 'https://packages.icinga.org/ubuntu',
|
||||
# release => 'icinga-precise',
|
||||
# repos => 'main',
|
||||
# key_source => 'https://packages.icinga.org/icinga.key',
|
||||
# include_src => false,
|
||||
# }
|
||||
|
||||
file { '/etc/apt/sources.list.d/icinga.list':
|
||||
ensure => absent,
|
||||
}
|
||||
|
||||
apt::source { 'nodesource':
|
||||
location => 'https://deb.nodesource.com/node_0.10',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue