Skip to content

Commit

Permalink
Change passenger apache installation to log only on_failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarreneche committed Oct 5, 2011
1 parent b626319 commit f875bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvm/manifests/passenger/apache.pp
Expand Up @@ -12,7 +12,7 @@
path => "/usr/local/rvm/bin:/usr/bin:/usr/sbin:/bin",
# Cut the path for the .so file from the snippet (1st row 3rd field)
unless => "test -f \"`rvm $ruby exec passenger-install-apache2-module --snippet | head -n 1 | cut -f 3 -d ' '`\"",
logoutput => true,
logoutput => on_failure,
require => Package["$ruby@global:passenger"],
}
}

0 comments on commit f875bd4

Please sign in to comment.