Remove Freewitch Repo.
It's password protected and therefore useless to us.
This commit is contained in:
parent
74adf426b1
commit
ce3ecdc90f
2 changed files with 4 additions and 12 deletions
|
@ -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',
|
||||
|
|
|
@ -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/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue