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

Missing provider for AWS Linux #25

Open
dspinellis opened this issue Jul 15, 2015 · 0 comments
Open

Missing provider for AWS Linux #25

dspinellis opened this issue Jul 15, 2015 · 0 comments

Comments

@dspinellis
Copy link

If no provider is given the Puppet execution fails with the following message:

err: Could not find a suitable provider for alternatives

If the rpm provider is specified the Puppet execution fails with the following message:

Provider rpm is not functional on this host
dspinellis added a commit to dspinellis/puppet-alternatives that referenced this issue Jul 15, 2015
The specification of Linux osfamily may be too general,
but this will have to get fixed as support for more operating
systems is added.  Here are some results to use:

Debian:
$ facter | egrep operatingsystem\|osfamily
operatingsystem => Debian
operatingsystemrelease => 7.8
osfamily => Debian

AWS Linux:
$ facter | egrep operatingsystem\|osfamily
operatingsystem => Amazon
operatingsystemrelease => 3.14.44-32.39.amzn1.x86_64
osfamily => Linux

Issue: voxpupuli#25
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

No branches or pull requests

1 participant