From 4a0d62ad30a0f3b5abe2cca5ecd11700f4160271 Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Fri, 13 Jan 2017 22:33:57 +0000 Subject: [PATCH] Add new 'repo' repo for updated osmo pkgs --- modules/rhizo_base/manifests/apt.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index 6343dc1..6f9cf30 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -25,6 +25,13 @@ class rhizo_base::apt { include_src => false, 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': location => 'https://packages.icinga.org/ubuntu', release => 'icinga-precise',