rhizo_base/apt: Remove trailing whitespace
This commit should not change behavior.
This commit is contained in:
parent
57de111236
commit
a5bce1a04d
1 changed files with 3 additions and 3 deletions
|
@ -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/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue