Skip to content

Instantly share code, notes, and snippets.

@galenemery
Created February 5, 2016 19:01
Show Gist options
  • Save galenemery/fbc78f6bc403caf8614d to your computer and use it in GitHub Desktop.
Save galenemery/fbc78f6bc403caf8614d to your computer and use it in GitHub Desktop.
Modified iim_install resource.
iim_install 'ihs' do
#The idea here is to pass the responsefilepath directly into the iim_install resource.
#The response_file_install resource merely determines if the file exists, and if not creates it.
#Because the file already exists, we don't need to do this.
install_command_snippet "input #{::File.path(responseFilePath)}"
#all these default to null, and depending on your repositories security settings they might be able to remain that way.
master_password_file node[:ihs][:install][:masterPasswordFile]
secure_storage_file node[:ihs][:install][:secureStorageFile]
action :install
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment