Created
February 5, 2016 19:01
-
-
Save galenemery/fbc78f6bc403caf8614d to your computer and use it in GitHub Desktop.
Modified iim_install resource.
This file contains 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
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