forked from b/cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
jtimberman
committed
Jun 13, 2010
1 parent
6cd72a1
commit 1193f67
Showing
118 changed files
with
485 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
exec 2>&1 | ||
exec /opt/apache-activemq-<%= @node[:activemq][:version] %>/bin/activemq | ||
exec /opt/apache-activemq-<%= node[:activemq][:version] %>/bin/activemq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# nginx + passenger application vhost | ||
# | ||
# Generated by Chef for <%= @node[:fqdn] %> | ||
# Generated by Chef for <%= node[:fqdn] %> | ||
# Local modifications will be overwritten. | ||
# | ||
server { | ||
listen 80; | ||
server_name <%= @server_name %><% @server_aliases.each do |a| %><%= " #{a}" %> <% end %>; | ||
root <%= @docroot %>; | ||
error_log <%= @node[:nginx][:log_dir] %>/<%= @app %>-error.log; | ||
access_log <%= @node[:nginx][:log_dir] %>/<%= @app %>-access.log; | ||
error_log <%= node[:nginx][:log_dir] %>/<%= @app %>-error.log; | ||
access_log <%= node[:nginx][:log_dir] %>/<%= @app %>-access.log; | ||
passenger_enabled on; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# nginx + passenger application vhost | ||
# | ||
# Generated by Chef for <%= @node[:fqdn] %> | ||
# Generated by Chef for <%= node[:fqdn] %> | ||
# Local modifications will be overwritten. | ||
# | ||
server { | ||
listen 80; | ||
server_name <%= @server_name %><% @server_aliases.each do |a| %><%= " #{a}" %> <% end %>; | ||
root <%= @docroot %>; | ||
error_log <%= @node[:nginx][:log_dir] %>/<%= @app %>-error.log; | ||
access_log <%= @node[:nginx][:log_dir] %>/<%= @app %>-access.log; | ||
error_log <%= node[:nginx][:log_dir] %>/<%= @app %>-error.log; | ||
access_log <%= node[:nginx][:log_dir] %>/<%= @app %>-access.log; | ||
passenger_enabled on; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.