From: Jonathan Tripathy Date: Wed, 6 May 2015 10:54:09 +0000 (+0100) Subject: Fixed lint issue X-Git-Tag: 1.6.0~14^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=93dd79d4ea2470e892bb9ee3de0ea40010dfc092;p=puppet-modules%2Fpuppetlabs-firewall.git Fixed lint issue --- diff --git a/manifests/linux/redhat.pp b/manifests/linux/redhat.pp index 36571bb..95e137f 100644 --- a/manifests/linux/redhat.pp +++ b/manifests/linux/redhat.pp @@ -44,9 +44,9 @@ class firewall::linux::redhat ( or ($::operatingsystem == 'Fedora' and versioncmp($::operatingsystemrelease, '15') >= 0)) { if $ensure == 'running' { exec { '/usr/bin/systemctl daemon-reload': - require => Package[$package_name], - before => Service[$service_name], - unless => '/usr/bin/systemctl is-active iptables' + require => Package[$package_name], + before => Service[$service_name], + unless => '/usr/bin/systemctl is-active iptables' } } }