Add Rhizomatica Jessie and Irontec REPOs

This commit is contained in:
Wile E. Coyote 2018-02-12 09:29:15 +00:00
parent ed3a225848
commit ea49c4f4c6

View file

@ -39,7 +39,13 @@ class rhizo_base::apt::common {
include_src => false,
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 {
@ -80,4 +86,12 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common {
repos => 'main',
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'
}
}