Added Icinga2 repository.
This commit is contained in:
parent
44c1125077
commit
fd4586fb15
1 changed files with 9 additions and 0 deletions
|
@ -25,4 +25,13 @@ class rhizo_base::apt {
|
||||||
include_src => false,
|
include_src => false,
|
||||||
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
||||||
}
|
}
|
||||||
|
apt::source { 'icinga':
|
||||||
|
location => 'http://packages.icinga.org/ubuntu',
|
||||||
|
release => 'icinga-precise',
|
||||||
|
repos => 'main',
|
||||||
|
key => 'C6E319C334410682',
|
||||||
|
key_server => 'subkeys.pgp.net',
|
||||||
|
include_src => false,
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue