rhizo_base/apt: Remove trailing whitespace

This commit should not change behavior.
This commit is contained in:
Matt Johnson 2019-07-09 23:06:12 -05:00 committed by Keith Whyte
parent 57de111236
commit a5bce1a04d

View file

@ -65,7 +65,7 @@ class rhizo_base::apt::ubuntu inherits rhizo_base::apt::common {
key => { key => {
'id' => '68576280', 'id' => '68576280',
'source' => 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' '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' 'source' => 'http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub'
} }
} }
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',
@ -113,7 +113,7 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common {
repos => 'main', repos => 'main',
allow_unsigned => true, allow_unsigned => true,
require => File['/etc/apt/apt.conf.d/90unsigned'], require => File['/etc/apt/apt.conf.d/90unsigned'],
} }
apt::source { 'osmocom-latest': apt::source { 'osmocom-latest':
location => 'http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/', location => 'http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/',