Commit graph

54 commits

Author SHA1 Message Date
twangboy
e96bfe8fa2 Change OSX/OS X to macOS where possible 2016-12-28 14:49:46 -07:00
Tim Baker
764daa11fe More detailed virtual returns (ref Dec 2015 Salt Sprint) 2015-12-10 04:46:38 +10:00
Steve Valaitis
d50d424716 Pass RBENV_VERSION in env dict, and protect shlex.split 2015-11-11 13:02:18 -06:00
Steve Valaitis
5d8792ed10 cleanup unneeded imports 2015-11-11 11:03:56 -06:00
Steve Valaitis
dd77e1ac43 Only shlex.split strings 2015-11-09 11:35:46 -06:00
Erik Johnson
bba0f9537e salt/modules/rbenv.py: remove raw string formatting 2015-10-13 09:57:11 -05:00
Colton Myers
76e468bc20 Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
Conflicts:
    doc/topics/cloud/vmware.rst
    salt/cloud/clouds/digital_ocean_v2.py
    salt/cloud/clouds/vmware.py
    salt/daemons/flo/core.py
    salt/modules/hipchat.py
    salt/modules/lxc.py
    salt/modules/rabbitmq.py
    salt/pillar/s3.py
    salt/states/dockerio.py
    salt/states/file.py
    salt/utils/process.py
    salt/utils/s3.py
2015-07-20 13:55:14 -06:00
twangboy
242fc21765 Disabled rbenv execution module for Windows 2015-07-14 16:26:52 -06:00
Pedro Algarvio
971655accb Py3 compatability 2015-01-30 22:27:05 +00:00
Thomas S Hatch
bc1ba038a6 Merge branch '2014.7' into merge_forward 2014-12-10 14:37:59 -07:00
Thomas S Hatch
e809fa6c6e make lint happ and python fast :) 2014-12-10 14:08:45 -07:00
wuxxin
64f4a1fdf6 shlex.split is used with "None" as parameter which makes split wait for stdinput (contributes to #18632) 2014-12-10 01:03:15 +01:00
Colton Myers
472f6577e2 Merge branch '2014.7' into merge-forward
Conflicts:
	salt/minion.py
	salt/modules/localemod.py
	salt/states/mount.py
	salt/transport/__init__.py
	salt/utils/schedule.py
2014-12-04 11:11:11 -07:00
Felix Erkinger
f73257af38 make a functional equivalent patch to fix #18632 2014-12-02 22:46:12 +01:00
Felix Erkinger
331078bfd0 fixes #18632 (os.path.expanduser does not expand quoted paths) 2014-12-02 02:40:05 +01:00
Thomas S Hatch
b83ab14c01 Merge branch '2014.7' into develop
Conflicts:
	salt/states/file.py
2014-11-25 09:29:58 -07:00
Justin Findlay
98c581385e pylint fix for quote rbenv mod 2014-11-24 15:32:53 -07:00
Justin Findlay
a9f5eeec42 quote input in rbenv mod 2014-11-24 14:29:50 -07:00
Nitin Madhok
f6f1225411 Making salt.modules.rbenv python3 compatible 2014-11-10 19:09:28 -05:00
Marion Duprey
a4fd460d92 fix rbenv module UnboundLocalError 2014-07-31 15:34:41 -06:00
Marion Duprey
887da3a741 fix rbenv module UnboundLocalError 2014-07-23 15:57:53 +02:00
Khris Richardson
1acd82f3f1 add sphinx spelling extension. enforce en_us 2014-07-13 13:43:33 -05:00
Thomas S Hatch
d7e1fd5013 support old and new config options for rbenv 2014-06-30 17:25:14 -06:00
FELD Boris
bd4a6f3902 Improve modules.rbenv.install_ruby docstring.
Mention possibility of configuring additionnal environment
variables via config.get and use config.get instead of config.option
as config.option doesn't work with nested dict.
2014-06-29 13:02:45 +02:00
Thomas S Hatch
01c2ec0aa9 Need a : for the CLI Example 2014-01-08 11:58:55 -07:00
Thomas S Hatch
fa10bf1dde Fix lint and extra space issues in rbenv 2014-01-08 11:30:27 -07:00
Thomas S Hatch
85b39ec097 Merge pull request #9626 from amco/add-rbenv-rehash-method
Add rehash method for rbenv module
2014-01-08 10:25:13 -08:00
Brian Lanier
fa55291435 Add rehash method for rbenv module
- After installing gems or rubies, rbenv rehash should be run
- No harm in running it multiple times or when not strictly needed in
  the do method.
2014-01-07 16:56:14 -08:00
Brian Lanier
d4e818fdd5 Add ruby version to gem install for rbenv
- Adds ability to specify which version of ruby to install gems into
- Similar feature to the rvm version
- Allows installing and managing multiple ruby versions
2014-01-07 14:38:30 -08:00
Brian Lanier
864f936046 Add ruby build configure options to rbenv module
- Allows you to pass in configure options to ruby build environment when
  building rubies via rbenv
2014-01-07 10:40:28 -08:00
Chris Rebert
88848cf565 fix numerous pylint C0325 (superfluous-parens) warnings
"Unnecessary parens after 'XXX' keyword"
2014-01-02 15:33:07 -08:00
Will Platnick
112a212b93 Fix rbenv updating 2013-12-12 13:29:38 -05:00
Henrik Holmboe
f2f49d5bb6 Whitespace and single quotes 2013-10-23 15:03:56 +02:00
Martin Kretz
8cb168f612 Support gem execution with rbenv ruby. 2013-10-18 12:45:25 +02:00
Pedro Algarvio
604a513d29 Comply to PEP-263. 2013-09-19 00:16:38 +01:00
Erik Johnson
6f332cdeff Audit module documentation (Q to R)
This commit continues the work started in 7d4739d, putting CLI examples
in bash code-blocks to give them syntax highlighting on
docs.saltstack.com.
2013-08-25 22:25:26 -05:00
Thomas S Hatch
bc15472dde Merge pull request #5900 from terminalmage/issue5888
Fix traceback in rbenv.versions
2013-07-03 09:27:58 -07:00
Erik Johnson
df3ec4cbc4 Fix versionadded sphinx directive for rbenv
I accidentally put the versionadded within the code example, so it
didn't actually work as intended. Also, I added a versionadded directive
to the rbenv module.
2013-07-02 21:12:29 -05:00
Erik Johnson
1fc893cdd0 Fix traceback in rbenv.versions
52ec9cd did not fix the issue. This should take care of it.
2013-07-02 17:42:42 -05:00
Erik Johnson
52ec9cd65d Fix potential tracebacks when _rbenv_exec() returns False
Fixes #5888.
2013-07-02 15:47:58 -05:00
John Anderson
3b0681c737 Add func alias per #5085 2013-06-23 22:21:56 -06:00
Chris Rebert
73f9cc4583 remove redundant check 2013-05-29 12:32:04 -07:00
Chris Rebert
eab586fa36 add spaces after commas 2013-05-29 11:26:47 -07:00
Chris Rebert
b4f1b0ad17 avoid shadowing built-in bin() func 2013-05-29 11:26:22 -07:00
Geoff Garside
14838ae6d2 Add documentation to rbenv module and states. 2013-05-29 15:08:03 +01:00
Geoff Garside
4e18bac57e Add logging imports so we can debug. 2013-05-29 14:46:01 +01:00
Geoff Garside
dcc0759f89 Change _rbenv_exec with ret argument to return ret. 2013-05-29 14:45:50 +01:00
Geoff Garside
d2e6338c01 Cleanup some return values from rbenv module 2013-05-29 14:45:49 +01:00
Geoff Garside
5073785f5d Use the rbenv uninstall --force option. 2013-05-29 14:45:49 +01:00
Geoff Garside
258c9342ab Use _rbenv_exec ret parameter for install_ruby 2013-05-29 14:45:39 +01:00