Created
November 18, 2010 22:51
-
-
Save rcreasey/705833 to your computer and use it in GitHub Desktop.
bluepill service
This file contains hidden or 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
| bluepill_service "gstmatch" do | |
| variables {:binary_name => "#{app_name}node", | |
| :environment => app_environment, | |
| :path => app["interfaces"][ app_environment ][ app_name ]["deploy_to"], | |
| :options => app_options.join(' ') | |
| } | |
| action [:enable, :load, :start] | |
| end |
This file contains hidden or 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
| /srv/chef/cache/cookbooks/gst-matchmaking/recipes/default.rb:76:in `from_file': compile error (SyntaxError) | |
| /srv/chef/cache/cookbooks/gst-matchmaking/recipes/default.rb:70: syntax error, unexpected tASSOC, expecting '}' | |
| variables {:binary_name => "#{app_name}node", | |
| ^ | |
| /srv/chef/cache/cookbooks/gst-matchmaking/recipes/default.rb:70: syntax error, unexpected ',', expecting '}' | |
| /srv/chef/cache/cookbooks/gst-matchmaking/recipes/default.rb:72: syntax error, unexpected tASSOC, expecting tCOLON2 or '[' or '.' | |
| :path => app["interfaces"][ app_enviro... | |
| ^ | |
| /srv/chef/cache/cookbooks/gst-matchmaking/recipes/default.rb:73: syntax error, unexpected tASSOC, expecting tCOLON2 or '[' or '.' | |
| :options => app_options.join(' ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment