Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify provider so it doesn't try to use chocolatey #43

Closed
wants to merge 2 commits into from
Closed

Specify provider so it doesn't try to use chocolatey #43

wants to merge 2 commits into from

Conversation

dandunckelman
Copy link

When I first setup this class on a Windows 2012 host, it failed stating that it needed chocolatey to install the package:

Failed to apply catalog:
  Parameter provider failed on Package[New Relic Server Monitor]:
    Invalid package provider 'chocolatey' at /etc/puppet/environments/production/modules/newrelic/manifests/server/windows.pp:90
    Wrapped exception: Invalid package provider 'chocolatey'

To get around this, I specify the windows provider, which is all that this PR contains.

@dandunckelman
Copy link
Author

Anything I can do to get this merged? Or any reason it's ignored?

In my environment, chocolatey is the default package provider on Windows hosts, which I don't want in this case. It seems reasonable to specify the proper provider. Or is there a workaround I can apply?

@dandunckelman
Copy link
Author

I originally did this on my fork's master branch. Do I need to recreate a new PR w/ the proper branch?

@dandunckelman
Copy link
Author

Closing as it's replaced by #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant