Displaying 1 result from an estimated 1 matches for "iacceptsqlserverlicenseterms".
2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
...39;:
ensure => installed,
name => ''SQL Server 2008 R2 SP2 Common Files'',
provider => windows,
source => "C:\\puppet_temp\\${mssql_filename}",
install_options => [''/quiet'', ''/IAcceptSQLServerLicenseTerms'',
''/allinstances''],
require => Exec[''run_mssql2008r2sp2_artifact_extract_ps1''],
}
I''m thinking there has got to be some weird bug/error with this ... Can
anyone help?
Thanks in advance
--
You received this message because...