From 6bd68b379342a645608df4fb3a12385b9ecad639 Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Fri, 18 Jan 2019 12:39:39 +0000 Subject: [PATCH] apt: remove icinga source --- modules/rhizo_base/manifests/apt.pp | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index af4c0f1..a977a79 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -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',