From: Peter Palfrader Date: Sun, 22 Sep 2019 10:43:40 +0000 (+0200) Subject: whitespace/quoting: modules/roles/manifests/dakmaster (make lint happy) X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=696ba811c5e00d9ee61f1b0e2eadc72da9254eeb;p=mirror%2Fdsa-puppet.git whitespace/quoting: modules/roles/manifests/dakmaster (make lint happy) --- diff --git a/modules/roles/manifests/dakmaster.pp b/modules/roles/manifests/dakmaster.pp index 4624090f2..fd3d091e4 100644 --- a/modules/roles/manifests/dakmaster.pp +++ b/modules/roles/manifests/dakmaster.pp @@ -1,6 +1,7 @@ +# This class is included by all the *master services +# that run dak, like ftp-master and security-master. class roles::dakmaster { - apache2::config { 'puppet-builddlist': - content => template('roles/dakmaster/conf-builddlist.erb'), - } - + apache2::config { 'puppet-builddlist': + content => template('roles/dakmaster/conf-builddlist.erb'), + } }