diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index dd9accf..8c7ca61 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -65,7 +65,7 @@ class rhizo_base::apt::ubuntu inherits rhizo_base::apt::common { key => { 'id' => '68576280', 'source' => 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' - } + } } } @@ -85,7 +85,7 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common { 'source' => 'http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub' } } - + apt::source { 'nodesource': location => 'https://deb.nodesource.com/node_0.10', release => 'jessie', @@ -113,7 +113,7 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common { repos => 'main', allow_unsigned => true, require => File['/etc/apt/apt.conf.d/90unsigned'], - } + } apt::source { 'osmocom-latest': location => 'http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/',