projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove role for zark
[chef.git]
/
cookbooks
/
owl
/
templates
/
default
/
passenger.conf.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
3
<IfModule mod_passenger.c>
4
PassengerRoot /usr
5
PassengerRuby /usr/bin/ruby<%= node[:owl][:ruby] %>
6
PassengerUseGlobalQueue on
7
</IfModule>