From: Peter Palfrader Date: Sun, 15 Sep 2019 12:55:00 +0000 (+0200) Subject: whitespace/quoting: modules/roles/manifests/piuparts* (make lint happy) X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=40ea2eb95b19f449abb6f60b04caccd8e4a7510b;p=mirror%2Fdsa-puppet.git whitespace/quoting: modules/roles/manifests/piuparts* (make lint happy) --- diff --git a/modules/roles/manifests/piuparts.pp b/modules/roles/manifests/piuparts.pp index 5dfd1ebb0..e92fb4151 100644 --- a/modules/roles/manifests/piuparts.pp +++ b/modules/roles/manifests/piuparts.pp @@ -1,6 +1,6 @@ class roles::piuparts { - ssl::service { 'piuparts.debian.org': - notify => Exec['service apache2 reload'], - key => true, - } + ssl::service { 'piuparts.debian.org': + notify => Exec['service apache2 reload'], + key => true, + } } diff --git a/modules/roles/manifests/piuparts_slave.pp b/modules/roles/manifests/piuparts_slave.pp index 053103fd0..ba6c95687 100644 --- a/modules/roles/manifests/piuparts_slave.pp +++ b/modules/roles/manifests/piuparts_slave.pp @@ -1,19 +1,22 @@ class roles::piuparts_slave { - package { 'debian.org-piuparts-slave.debian.org': ensure => installed, } + package { 'debian.org-piuparts-slave.debian.org': ensure => installed, } - file { [ '/srv/piuparts.debian.org', '/srv/piuparts.debian.org/home-slave']: - ensure => directory, - mode => '0755', - owner => 'piupartss', - group => 'piuparts', - } - file { '/home/piupartss': - ensure => link, - target => '/srv/piuparts.debian.org/home-slave', - } + file { [ + '/srv/piuparts.debian.org', + '/srv/piuparts.debian.org/home-slave' + ]: + ensure => directory, + mode => '0755', + owner => 'piupartss', + group => 'piuparts', + } + file { '/home/piupartss': + ensure => link, + target => '/srv/piuparts.debian.org/home-slave', + } - file { '/etc/piuparts': - ensure => link, - target => '/srv/piuparts.debian.org/etc/piuparts', - } + file { '/etc/piuparts': + ensure => link, + target => '/srv/piuparts.debian.org/etc/piuparts', + } }