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

added support for freebsd and tests for freebsd/darwin #98

Merged
merged 1 commit into from
Sep 23, 2015
Merged

added support for freebsd and tests for freebsd/darwin #98

merged 1 commit into from
Sep 23, 2015

Conversation

tosmi
Copy link

@tosmi tosmi commented Sep 19, 2015

  • use pw groupmod to modify the rvm group
  • curl is in /usr/local/bin
  • added rspec tests

path => '/usr/bin:/usr/sbin:/bin',
command => "/usr/bin/curl -fsSL https://get.rvm.io | bash -s -- --version ${actual_version}",
path => '/usr/bin:/usr/sbin:/bin:/usr/local/bin',
command => "${curl_binary} -fsSL https://get.rvm.io | bash -s -- --version ${actual_version}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change this so it just uses curl -fsSL ...
by using the correct path the command doesn't need to be qualified

- use `pw groupmod` to modify the rvm group
- curl is in /usr/local/bin
- added rspec tests
@tosmi
Copy link
Author

tosmi commented Sep 19, 2015

thanks for the hint. done in my freebsd branch. i've also removed the special test if system.pp is compiled under freebsd as this is no longer necessary.

toni

carlossg added a commit that referenced this pull request Sep 23, 2015
added support for freebsd and tests for freebsd/darwin
@carlossg carlossg merged commit ff64224 into voxpupuli:master Sep 23, 2015
@carlossg
Copy link
Member

awesome, thanks

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.

2 participants