Skip to content

Commit

Permalink
update chocolatey_provder to use_chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartrobert authored Oct 15, 2022
1 parent 4df321c commit 99d372b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

case downcase($facts['os']['family']) {
'windows': {
if $ncpa::chocolatey_provider {
if $ncpa::use_chocolatey {
package { $ncpa::params::chocolatey_package_name:
ensure => $ncpa::package_version,
provider => 'chocolatey',
Expand Down

0 comments on commit 99d372b

Please sign in to comment.