From: Gabriel Filion Date: Sun, 8 Mar 2015 16:47:31 +0000 (-0400) Subject: lint smtp_auth (spacing style) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2021023f31043e44de5bf2733bb12a66c33a6c71;p=puppet-postfix.git lint smtp_auth (spacing style) --- diff --git a/manifests/smtp_auth.pp b/manifests/smtp_auth.pp index 6a13a0d..882b01d 100644 --- a/manifests/smtp_auth.pp +++ b/manifests/smtp_auth.pp @@ -28,10 +28,10 @@ define postfix::smtp_auth ($user, $password, $ensure=present) { file_line { $name: - ensure => $ensure, - path => '/etc/postfix/smtp_auth', - line => "${name} ${user}:${password}", - notify => Exec['generate /etc/postfix/smtp_auth.db'], - require => Package['postfix'], - } + ensure => $ensure, + path => '/etc/postfix/smtp_auth', + line => "${name} ${user}:${password}", + notify => Exec['generate /etc/postfix/smtp_auth.db'], + require => Package['postfix'], + } }