From fd4586fb1502e5a37b9fa99e5b899aadc8cb74de Mon Sep 17 00:00:00 2001 From: Ciaby Date: Mon, 25 May 2015 19:34:56 -0500 Subject: [PATCH] Added Icinga2 repository. --- modules/rhizo_base/manifests/apt.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index 09a59c6..70b32cf 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -25,4 +25,13 @@ class rhizo_base::apt { include_src => false, 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, + } + } \ No newline at end of file