Mathieu Le Marec - Pasquet
|
3647ffcb95
|
lxc code review
|
2014-03-06 16:09:40 +00:00 |
|
Mathieu Le Marec - Pasquet
|
972efcaf37
|
salt.cloud.lxc: lxc provider
|
2014-03-06 16:09:39 +00:00 |
|
Mathieu Le Marec - Pasquet
|
9f27fa05d2
|
salt.cloud: allow specific per node profile overrides
|
2014-03-06 16:09:39 +00:00 |
|
Mathieu Le Marec - Pasquet
|
918d85da13
|
salt.cloud.states.present: support profile kwargs
|
2014-03-06 16:09:39 +00:00 |
|
Mathieu Le Marec - Pasquet
|
2f45a99952
|
salt.cloud.states: add onlyif/unless
|
2014-03-06 16:09:39 +00:00 |
|
Mathieu Le Marec - Pasquet
|
275ef93c6d
|
salt.states.cloud.present: fix mis-use of provider
provider as a special meaning in salt ...
http://docs.saltstack.com/ref/states/providers.html
|
2014-03-06 16:09:39 +00:00 |
|
Mathieu Le Marec - Pasquet
|
cb2a661419
|
salt.states.cloud: py3k dict iter
|
2014-03-06 16:09:39 +00:00 |
|
Mathieu Le Marec - Pasquet
|
01bad308a8
|
salt.modules.cloud: virtual return name
|
2014-03-06 16:09:39 +00:00 |
|
Mathieu Le Marec - Pasquet
|
7ca9fe5f19
|
salt.cloud.utils: safebelts for provision in sudo mode
|
2014-03-06 16:09:39 +00:00 |
|
Mathieu Le Marec - Pasquet
|
94c3c68ca9
|
salt.cloud: race if item was removed in another loop
|
2014-03-06 16:09:38 +00:00 |
|
Mathieu Le Marec - Pasquet
|
0d8661b9a3
|
salt.cloud: race: if misconfiguration, boolean instead of dict
|
2014-03-06 16:09:38 +00:00 |
|
Mathieu Le Marec - Pasquet
|
4a67dcd58c
|
salt.cloud: race because of wrong configuration
|
2014-03-06 16:09:38 +00:00 |
|
Mathieu Le Marec - Pasquet
|
08aa9a8566
|
salt.cloud: Better multiprocessing handling
|
2014-03-06 16:09:38 +00:00 |
|
Thomas S Hatch
|
fb3c89dd34
|
Merge pull request #10898 from makinacorpus/lxc
Lxc
|
2014-03-06 04:58:46 -08:00 |
|
Thomas S Hatch
|
0103ccf2a2
|
Merge pull request #10997 from gravyboat/develop
Fixes for pkg state docs
|
2014-03-06 04:52:11 -08:00 |
|
Thomas S Hatch
|
3cf72484a6
|
Merge pull request #10996 from techhat/iptables
Allow reverse insert into iptables
|
2014-03-06 04:51:22 -08:00 |
|
Thomas S Hatch
|
9c2f02a7ef
|
Merge pull request #10995 from jacksontj/develop
Fix check if the item doesn't exist in the ttl cache
|
2014-03-06 04:49:09 -08:00 |
|
Thomas S Hatch
|
f85d92606d
|
Merge pull request #10989 from terminalmage/10719
"unpurge" pkgs marked for purge in pkg.installed states
|
2014-03-06 04:43:34 -08:00 |
|
Thomas S Hatch
|
c4c1646f8b
|
Merge pull request #10987 from cachedout/10658
Close fileinputs
|
2014-03-06 04:42:12 -08:00 |
|
Thomas S Hatch
|
5cde0a4abf
|
Merge pull request #10984 from thematthopkins/windows_grains_caching_fix
Fix for grains_cache setting on windows
|
2014-03-06 04:41:28 -08:00 |
|
Thomas S Hatch
|
e59fde745d
|
Merge pull request #10983 from rallytime/brew_test
More brew module unit tests
|
2014-03-06 04:39:00 -08:00 |
|
Thomas S Hatch
|
6dcc0b6a00
|
Merge pull request #10980 from erchn/develop
Do not use expired tokens in external_auth
|
2014-03-06 04:38:10 -08:00 |
|
Thomas S Hatch
|
f39d3388d3
|
Merge pull request #10977 from cachedout/return_doc
Usage example for built-in returners
|
2014-03-06 04:37:09 -08:00 |
|
Thomas S Hatch
|
3a1406c78c
|
Merge pull request #10961 from bemehow/path_exists_glob
add module to check existence of files/dir with path expansion
|
2014-03-06 04:33:12 -08:00 |
|
Forrest Alvarez
|
3925e0d983
|
Fixed some wording.
|
2014-03-06 05:30:24 +00:00 |
|
Forrest Alvarez
|
da370f7622
|
Extra line clean up
|
2014-03-06 05:29:21 +00:00 |
|
Forrest Alvarez
|
e4630b4bfe
|
Updated the pkg state docs since I swapped the pkgs and names definitions when adding names a few nights ago.
|
2014-03-06 05:28:51 +00:00 |
|
Joseph Hall
|
749578f480
|
Allow reverse insert into iptables
|
2014-03-05 22:06:10 -07:00 |
|
Thomas S Hatch
|
aaec441e5b
|
Add function data return to pass data to minion uxd stack to
be forwarded
|
2014-03-05 21:41:12 -07:00 |
|
Thomas S Hatch
|
2fcef3a19b
|
remote ex on raet executes!
|
2014-03-05 21:25:13 -07:00 |
|
Thomas S Hatch
|
d2b4942393
|
Fix some miss spelling in raet
|
2014-03-05 19:35:54 -07:00 |
|
Thomas S Hatch
|
f8537dc6b5
|
Add module loading and function calling
|
2014-03-05 19:29:20 -07:00 |
|
Thomas S Hatch
|
e16a3381a5
|
Add support for the msgpack bodykind to packeting
|
2014-03-05 19:28:17 -07:00 |
|
Thomas Jackson
|
96c76f7a73
|
Add some unit tests for cache object
|
2014-03-05 18:12:20 -08:00 |
|
Thomas S Hatch
|
048470afa1
|
Pull the correct data from the pub
|
2014-03-05 19:04:50 -07:00 |
|
Thomas Jackson
|
4f07cd9b82
|
Fix check if the item doesn't exist in the ttl cache
|
2014-03-05 18:01:25 -08:00 |
|
Pedro Algarvio
|
c4bb78a3fe
|
Merge pull request #10993 from cachedout/10654
Modules should not be exec'd directly.
|
2014-03-06 00:31:57 +00:00 |
|
Seth House
|
cbca82a897
|
Merge pull request #10986 from thusoy/patch-1
Fix inconsistent header formatting in docs
|
2014-03-05 16:03:10 -08:00 |
|
Mike Place
|
d8000fc222
|
Modules should not be exec'd directly.
Refs #10654
|
2014-03-05 16:33:34 -07:00 |
|
Thomas S Hatch
|
d7788a2643
|
Raet Master can now communicate with raet minion!
Or rather the pub message makes it down , the minion still needs
to be able to execute it
|
2014-03-05 16:12:42 -07:00 |
|
Thomas S Hatch
|
adfa8b4a68
|
Add publish management to the raet master
|
2014-03-05 16:00:03 -07:00 |
|
Joseph Hall
|
8cde5a58ac
|
Merge pull request #10991 from timoguin/develop
added versionadded directive for minionfs walkthrough
|
2014-03-05 15:38:54 -07:00 |
|
Tim O'Guin
|
60ebfd6c0e
|
added versionadded directive for minionfs walkthrough
|
2014-03-05 16:34:24 -06:00 |
|
Thomas S Hatch
|
6f845789c0
|
Refine publish and change out master router name
|
2014-03-05 15:32:55 -07:00 |
|
Thomas S Hatch
|
d5f9f05632
|
Run the minion router instead of a dead idle
|
2014-03-05 15:23:03 -07:00 |
|
Thomas S Hatch
|
aadb4a8d84
|
update minion to connect to master
The RAET minion now connects to the master and waits for data
|
2014-03-05 15:22:10 -07:00 |
|
Erik Johnson
|
84ed6ee36c
|
Make other pkg providers properly handle purge_desired
|
2014-03-05 16:13:09 -06:00 |
|
Erik Johnson
|
3e73255c6c
|
"unpurge" packages marked for purge in pkg.installed states
See https://github.com/saltstack/salt/issues/10719.
|
2014-03-05 16:05:55 -06:00 |
|
Erik Johnson
|
93b88a1b4c
|
apt: add purge_desired argument to pkg.list_pkgs
|
2014-03-05 16:05:29 -06:00 |
|
Erik Johnson
|
4700c2f189
|
Add lowpkg.unpurge for dpkg
|
2014-03-05 16:05:08 -06:00 |
|