From: Peter Palfrader Date: Sat, 21 Sep 2019 09:56:23 +0000 (+0200) Subject: whitespace/quoting: modules/roles/manifests/archvsync_base (make lint happy) X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4e57b6737ed3306111eef4da1a3a050f2c1ed676;p=mirror%2Fdsa-puppet.git whitespace/quoting: modules/roles/manifests/archvsync_base (make lint happy) --- diff --git a/modules/roles/manifests/archvsync_base.pp b/modules/roles/manifests/archvsync_base.pp index a92297b48..adb8d6a5d 100644 --- a/modules/roles/manifests/archvsync_base.pp +++ b/modules/roles/manifests/archvsync_base.pp @@ -1,20 +1,20 @@ # this is usually pulled in by *-mirror or syncproxy roles class roles::archvsync_base { - file { '/srv/mirrors': - ensure => directory, - owner => root, - group => 1176, # archvsync - mode => '0775', - # links => follow, - } + file { '/srv/mirrors': + ensure => directory, + owner => root, + group => 1176, # archvsync + mode => '0775', + # links => follow, + } - file { '/srv/mirrors/.nobackup': - ensure => present, - content => '', - } + file { '/srv/mirrors/.nobackup': + ensure => present, + content => '', + } - file { '/etc/ssh/userkeys/archvsync': - ensure => 'link', - target => '/home/archvsync/.ssh/authorized_keys', - } + file { '/etc/ssh/userkeys/archvsync': + ensure => 'link', + target => '/home/archvsync/.ssh/authorized_keys', + } }