From a5bce1a04dd52d7737d1f75e611b6dd0e1b76977 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Tue, 9 Jul 2019 23:06:12 -0500 Subject: [PATCH] rhizo_base/apt: Remove trailing whitespace This commit should not change behavior. --- modules/rhizo_base/manifests/apt.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/',