diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index 787e61a..45d9e5f 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -79,12 +79,6 @@ class rhizo_base::apt::common { class rhizo_base::apt::buster inherits rhizo_base::apt::common { - apt::source { 'freeswitch': - location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.8/', - release => 'buster', - repos => 'main' - } - apt::source { 'irontec': location => 'http://packages.irontec.com/debian', release => 'buster', @@ -115,12 +109,6 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common { class rhizo_base::apt::stretch inherits rhizo_base::apt::common { - apt::source { 'freeswitch': - location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.8/', - release => 'stretch', - repos => 'main', - } - apt::source { 'nodesource': location => 'https://deb.nodesource.com/node_0.10', release => 'jessie', diff --git a/modules/rhizo_base/manifests/misc.pp b/modules/rhizo_base/manifests/misc.pp index 9666a06..dfc4242 100644 --- a/modules/rhizo_base/manifests/misc.pp +++ b/modules/rhizo_base/manifests/misc.pp @@ -6,6 +6,10 @@ class rhizo_base::misc { + file { '/etc/apt/sources.list.d/freeswitch.list': + ensure => absent + } + file { '/tmp/tmp': ensure => directory, source => 'puppet:///modules/rhizo_base/tmp/',