Thomas S Hatch
de32f33ad1
Add modulear_systems doc
2013-05-29 21:26:55 +00:00
Thomas S Hatch
80f21c4d5e
Last one! Fix #5085
2013-05-29 21:26:55 +00:00
Thomas S Hatch
1409648cf2
Fix #5124
2013-05-29 21:26:55 +00:00
Thomas S Hatch
65a329df2e
Lower data sent with master_opts
2013-05-29 21:26:55 +00:00
Thomas S Hatch
753355c501
Add tests to check cross minion validity in the mine
...
Tests for #5281
2013-05-29 21:26:55 +00:00
Thomas S Hatch
7cde8bdc90
DOH! Fix #5281
...
I will scurry off to write more tests.....
2013-05-29 21:26:54 +00:00
Thomas S Hatch
aff8212818
Fix #5231
2013-05-29 21:26:54 +00:00
Thomas S Hatch
f2ee9cba6d
Only care about sudo origin if calling fully authenticated
...
This makes Salt only pass the sudo reference down in the event that
the user being sudoed to is considered by salt to be a fully
authentecated user, fix #5245
2013-05-29 21:26:54 +00:00
Thomas S Hatch
eab0449b6c
Allow custom grain modules to override values defined in core
...
Fix #5254
2013-05-29 21:26:54 +00:00
Thomas S Hatch
ccbb7d7181
Add validation logs for the configs, fix #5271
2013-05-29 21:26:54 +00:00
Thomas S Hatch
57654567f4
Use an alternative modules file on Arch
...
This fixes #5274 but more investegation wrt where this should
be and on what OSes/kernel versions needs investigation.
2013-05-29 21:26:54 +00:00
David Boucha
acdf8fd8e3
Merge pull request #5307 from basepi/autosign4851
...
Force autosign regex to match entire string, Fix #4851
2013-05-29 15:43:50 -07:00
Colton Myers
4c41b402f4
Force autosign regex to match entire string, Fix #4851
2013-05-29 16:18:30 -06:00
David Boucha
0021a45ab0
Merge pull request #5303 from hulu/pylint-fixes
...
various minor pylint fixes
2013-05-29 14:09:45 -07:00
David Boucha
05a9cd1c2d
Merge pull request #5301 from hulu/rbenv-style
...
rbenv module style improvements
2013-05-29 14:07:46 -07:00
David Boucha
0ab6e25388
Merge pull request #5304 from virtua-network/vmadm
...
modules/smartos_vmadm : add vm_info(uuid), vm_virt_type(uuid)
2013-05-29 14:00:57 -07:00
mguegan
66922fcc9d
modules/smartos_vmadm : add vm_info(uuid), vm_virt_type(uuid)
...
Two more functions to the SmartOS vmadm command :
* vm_info(uuid) : outputs the full JSON for the specified VM
* vm_virt_type(uuid) : helper which returns the type of virtualization
(KVM or OS). This will help other functions to adapt their
behaviour.
2013-05-29 22:45:44 +02:00
Chris Rebert
278137aa94
various minor pylint fixes
2013-05-29 12:58:14 -07: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
Thomas S Hatch
65cbf6c528
Fix misleading documentation on the env option for cmd.run
...
Fix #5275
2013-05-29 18:15:48 +00:00
Thomas S Hatch
30cb7cc066
Merge pull request #5297 from olliewalsh/supervisor-fixes
...
Supervisor module and state improvements
2013-05-29 11:06:02 -07:00
David Boucha
11e281e709
Merge pull request #5300 from UtahDave/develop
...
Add links to Salt 0.15.2 Windows installers
2013-05-29 10:00:57 -07:00
David Boucha
22992efc64
Add links to Salt 0.15.2 Windows installers
2013-05-29 11:00:05 -06:00
Thomas S Hatch
8a814ad474
Merge pull request #5299 from aboe76/suse_package_update
...
suse package updated to 0.15.2
2013-05-29 09:32:17 -07:00
Niels Abspoel
f046e2e901
suse package updated to 0.15.2
...
added salt user for salt-master daemon process
2013-05-29 18:25:22 +02:00
Thomas S Hatch
ab665be1b0
Merge pull request #5298 from geoffgarside/rbenv
...
Add rbenv module and states
2013-05-29 08:36:16 -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
Geoff Garside
fb9b3c59e9
Cleanup failed ruby installs
2013-05-29 14:44:50 +01:00
Geoff Garside
2c897d8204
Use MAKE=gmake for BSD OS.
2013-05-29 14:44:50 +01:00
Geoff Garside
42a02d6452
Ensure the correct RBENV_ROOT is passed to rbenv.
2013-05-29 14:44:37 +01:00
Geoff Garside
f632bb5e63
Add salt states for rbenv
2013-05-29 14:44:22 +01:00
Geoff Garside
cc0c7ce639
Add salt module for rbenv
2013-05-29 14:44:05 +01:00
Ollie Walsh
32b80759d7
Reuse virtualenv for all supervisor tests
2013-05-29 12:54:57 +01:00
Ollie Walsh
59dbcc4375
Merge branch 'develop' into supervisor-fixes
2013-05-29 12:37:13 +01:00
Ollie Walsh
1eca34f8e6
Give supervisor a little time to startup during tests
2013-05-29 11:39:09 +01:00
Thomas S Hatch
82dde7d7e7
Add a sleep to give the minion a chance to catch grain refresh in test
2013-05-29 00:12:30 -06:00
Thomas S Hatch
90c5cc8c4d
list_, not _list
2013-05-28 23:54:38 -06:00
Thomas S Hatch
2265eeb3b7
Revert "Use yamlify_arg() in more places"
...
This reverts commit 663176ac87
.
2013-05-28 23:44:42 -06:00
Thomas S Hatch
03e47c1127
Merge pull request #5294 from yinchuan/develop
...
Node Groups: 'L@foo.domain.com ,bar.domain.com,baz.domain.com or bl*.doma...
2013-05-28 21:03:14 -07:00
yinchuan
b80f904853
Node Groups: 'L@foo.domain.com,bar.domain.com,baz.domain.com or bl*.domain.com' not 'and'
...
use 'and' at this confuse me, and in the http://docs.saltstack.com/topics/targeting/nodegroups.html also use 'or'.
2013-05-29 11:08:32 +08:00
Thomas S Hatch
a1b95866de
Merge pull request #5293 from hulu/docs
...
remove deleted modules from docs
2013-05-28 17:36:36 -07:00
Chris Rebert
cde16f8608
remove deleted modules from docs
2013-05-28 17:24:12 -07:00
Ollie Walsh
4948914766
Add missing test file
2013-05-29 00:47:25 +01:00