Hi,
If my package name is nsclient64.1.0.0.1.nupkg, is below still the proper way to reference the package name?
class nsclient64 {
package { 'nsclient64':
ensure => '1.0.0.1',
provider => 'chocolatey',
source => 'http://servername:81/nuget/puppet',
install_options => ['-y'],
}
}
Thanks for your help!
↧