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

Changes for gpg ignore Darwin (OSX) support #76

Closed
edestecd opened this issue Feb 4, 2015 · 0 comments
Closed

Changes for gpg ignore Darwin (OSX) support #76

edestecd opened this issue Feb 4, 2015 · 0 comments

Comments

@edestecd
Copy link

edestecd commented Feb 4, 2015

The latest changes to class rvm::system ignore Darwin.

GPG is only used by rvm if it it installed on the system. Darwin does not come with gpg, so
exec { 'system-rvm-gpg-key': } will blow up.

I just checked and rvm skips gpg check and proceeds normally on stock OSX.

RVM will skip gpg if not present, so maybe just run this on:
kernel = Linux
make a fact to detect if gpg present
What does everyone prefer?

Furthermore roots home is /var/root on Darwin.

I will start working on some commits...

edestecd added a commit to edestecd/puppet-rvm that referenced this issue Feb 4, 2015
edestecd added a commit to edestecd/puppet-rvm that referenced this issue Feb 4, 2015
@carlossg carlossg closed this as completed Feb 5, 2015
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