Skip to content

Instantly share code, notes, and snippets.

@rcreasey
Created November 18, 2010 22:51
Show Gist options
  • Select an option

  • Save rcreasey/705833 to your computer and use it in GitHub Desktop.

Select an option

Save rcreasey/705833 to your computer and use it in GitHub Desktop.
bluepill service
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
/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