From 4e57b6737ed3306111eef4da1a3a050f2c1ed676 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 21 Sep 2019 11:56:23 +0200 Subject: [PATCH] whitespace/quoting: modules/roles/manifests/archvsync_base (make lint happy) --- modules/roles/manifests/archvsync_base.pp | 30 +++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) 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', + } } -- 2.20.1