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 {
|
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':
|
apt::source { 'irontec':
|
||||||
location => 'http://packages.irontec.com/debian',
|
location => 'http://packages.irontec.com/debian',
|
||||||
release => 'buster',
|
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 {
|
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':
|
apt::source { 'nodesource':
|
||||||
location => 'https://deb.nodesource.com/node_0.10',
|
location => 'https://deb.nodesource.com/node_0.10',
|
||||||
release => 'jessie',
|
release => 'jessie',
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
class rhizo_base::misc {
|
class rhizo_base::misc {
|
||||||
|
|
||||||
|
file { '/etc/apt/sources.list.d/freeswitch.list':
|
||||||
|
ensure => absent
|
||||||
|
}
|
||||||
|
|
||||||
file { '/tmp/tmp':
|
file { '/tmp/tmp':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
source => 'puppet:///modules/rhizo_base/tmp/',
|
source => 'puppet:///modules/rhizo_base/tmp/',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue