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

Support for PSBM #123

Closed
bastelfreak opened this issue Oct 1, 2015 · 2 comments
Closed

Support for PSBM #123

bastelfreak opened this issue Oct 1, 2015 · 2 comments

Comments

@bastelfreak
Copy link
Member

Hi,
I would like to add support for Parallels Server Bare Metal. This is a centos 6 fork, but is doesn't provide the operatingsystemrelease fact:

# facter -p os osfamily operatingsystem operatingsystemrelease
operatingsystem => PSBM
operatingsystemrelease => nil
os => {"name"=>"PSBM", "family"=>"RedHat"}
osfamily => RedHat

to check if $::operatingsystemrelease is nil in the repo.pp is very dirty, do you have any recommendations?

@dj-wasabi
Copy link
Contributor

Hi @bastelfreak

Well, maybe now is the time to change repo.pp and use the osfamily fact instead of operatingsystemrelease in the case statement. This will help you for the PSBM (Never heard of that one though ;-)) and is more future proof for other clones with exists in outer (web)space.

I'm not sure if I can change this in the next weeks, but I'll try.

Kind regards,
Werner

@dj-wasabi
Copy link
Contributor

An PR is already created and merged. Issue will be closed.

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

2 participants