C:\Users\ml623>puppet --version
2.7.7
Puppet complains about a package resource I am trying to use saying:
Invalid parameter install_options
The resource is defined as:
package { "splunk":
name => $gu_splunk::client::splunk_package,
provider => 'msi',
ensure => installed,
source => 'C:\\TEMP\\splunk-4.2.4-110225-x86-release.msi',
install_options => { 'INSTALLDIR' => 'C:\\splunk' },
notify => Exec["enable_autostart"],
}
Thanks a lot,
Mohamed.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.