From: Peter Palfrader Date: Sun, 15 Sep 2019 13:19:14 +0000 (+0200) Subject: whitespace/quoting: modules/roles/manifests/nm.pp (make lint happy) X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8352e57f7cf214a09275fd8b2d25ba7be6fbdaf0;p=mirror%2Fdsa-puppet.git whitespace/quoting: modules/roles/manifests/nm.pp (make lint happy) --- diff --git a/modules/roles/manifests/nm.pp b/modules/roles/manifests/nm.pp index 262bb20c8..96951e877 100644 --- a/modules/roles/manifests/nm.pp +++ b/modules/roles/manifests/nm.pp @@ -1,7 +1,7 @@ class roles::nm { include apache2 ssl::service { 'nm.debian.org': - notify => Exec['service apache2 reload'], - key => true, + notify => Exec['service apache2 reload'], + key => true, } }