Skip to content

Commit

Permalink
Using wrong and
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb Dangerfield committed Nov 17, 2014
1 parent 3bc2589 commit 0680cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/packages.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
notify => Service['activemq'],
}

if $::osfamily == 'RedHat' && $overwrite_initd == true {
if $::osfamily == 'RedHat' and $overwrite_initd == true {
# JJM Fix the activemq init script always exiting with status 0
# FIXME This should be corrected in the upstream packages
file { '/etc/init.d/activemq':
Expand Down

0 comments on commit 0680cd5

Please sign in to comment.