Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. iim_install 'ihs' do
  2. #The idea here is to pass the responsefilepath directly into the iim_install resource.
  3. #The response_file_install resource merely determines if the file exists, and if not creates it.
  4. #Because the file already exists, we don't need to do this.
  5. install_command_snippet "input #{::File.path(responseFilePath)}"
  6. #all these default to null, and depending on your repositories security settings they might be able to remain that way.
  7. master_password_file node[:ihs][:install][:masterPasswordFile]
  8. secure_storage_file node[:ihs][:install][:secureStorageFile]
  9. action :install
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement