Add new 'repo' repo for updated osmo pkgs
This commit is contained in:
parent
31d5165eb7
commit
4a0d62ad30
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +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 { 'rhizo':
|
||||||
|
location => 'http://repo.rhizomatica.org/ubuntu/',
|
||||||
|
release => 'precise',
|
||||||
|
repos => 'main',
|
||||||
|
include_src => false,
|
||||||
|
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
||||||
|
}
|
||||||
apt::source { 'icinga':
|
apt::source { 'icinga':
|
||||||
location => 'https://packages.icinga.org/ubuntu',
|
location => 'https://packages.icinga.org/ubuntu',
|
||||||
release => 'icinga-precise',
|
release => 'icinga-precise',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue