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

Update rpm provider to include AWS Linux #26

Closed
wants to merge 1 commit into from

Conversation

dspinellis
Copy link

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

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
@igalic
Copy link
Contributor

igalic commented Aug 6, 2015

dpkg uses defaultfor :operatingsystem => [:debian, :ubuntu] and i kinda like that marginally better.
maybe that's just because i find Amazon's distro to be a mess.

@jhoblitt
Copy link
Member

jhoblitt commented Aug 7, 2015

I agree with @igalic, confining on :linux is likely to be overly broad.

@jyaworski
Copy link
Member

Hello:

What's the status of this PR?

@jyaworski
Copy link
Member

Closing due to lack of response. Please reopen if still needed.

@jyaworski jyaworski closed this Feb 26, 2016
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.

4 participants