Skip to content

Instantly share code, notes, and snippets.

@lusis
Created March 11, 2011 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lusis/865637 to your computer and use it in GitHub Desktop.
Save lusis/865637 to your computer and use it in GitHub Desktop.
execute "install_oracle" do
command "oracle_installer_bin oracle_response_file"
action :run
not_if { some idempotent way of determining if oracle is properly }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment