-
Notifications
You must be signed in to change notification settings - Fork 103
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
instructions to use file{'/etc/rvmrc'}
fail as duplicate
#51
Comments
just define |
Sorry new to puppet so I'm sure I've missed something: Puppet:
And the error that results:
Whereas if I add the flag as an option to the
(Added to rvmrc.pp)
I guess my question is, why prefer the |
sorry, my bad, the file is defined in |
I'm closing this one out as the readme no longer instructs you to do something that won't work. |
There's already a
File['/etc/rvmrc']
defined inClass['rvm::rvmrc']
such that the instructions in the readme do not work as it would be editing the same file. Is the intention to useclass { 'rvm::rvmrc': … }
?FWIW I ran into this when trying to set the
rvm_silence_path_mismatch_check_flag=1
to ignore my path being configured with a relative binpath ahead of rvm in the$PATH
The text was updated successfully, but these errors were encountered: