Skip to content

Commit

Permalink
@node is deprecated, use node, chef commit f904589
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jun 13, 2010
1 parent 8d8c009 commit 40a35aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/sv-activemq-run.erb
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

0 comments on commit 40a35aa

Please sign in to comment.