Add Rhizomatica Jessie and Irontec REPOs
This commit is contained in:
parent
ed3a225848
commit
ea49c4f4c6
1 changed files with 15 additions and 1 deletions
|
@ -39,7 +39,13 @@ class rhizo_base::apt::common {
|
||||||
include_src => false,
|
include_src => false,
|
||||||
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
||||||
}
|
}
|
||||||
|
apt::source { 'rhizo-jessie':
|
||||||
|
location => 'http://repo.rhizomatica.org/debian/',
|
||||||
|
release => 'jessie',
|
||||||
|
repos => 'main',
|
||||||
|
include_src => false,
|
||||||
|
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class rhizo_base::apt::ubuntu inherits rhizo_base::apt::common {
|
class rhizo_base::apt::ubuntu inherits rhizo_base::apt::common {
|
||||||
|
@ -80,4 +86,12 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common {
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
key_source => 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
|
key_source => 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apt::source { 'irontec':
|
||||||
|
location => 'http://packages.irontec.com/debian',
|
||||||
|
release => 'jessie',
|
||||||
|
repos => 'main',
|
||||||
|
key_source => 'https://packages.irontec.com/public.key'
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue