Commit Graph

6305 Commits

Author SHA1 Message Date
Thomas S Hatch
1780f0df04 Merge pull request #2019 from gekitsuu/develop
Added exmaple to show how to force clients to only test modules as resul...
2012-09-12 12:15:29 -07:00
Adam Glenn
2d8cafb16b Added exmaple to show how to force clients to only test modules as result of conversion:
https://groups.google.com/forum/?fromgroups=#!topic/salt-users/PWMtcnNk2ko
2012-09-12 15:11:25 -04:00
Thomas S Hatch
66f66a444d Merge pull request #2018 from favoretti/develop
Added Parallels detection into _virtual() grain.
2012-09-12 09:35:44 -07:00
Vladimir Lazarenko
53b85ab507 Added Parallels detection into _virtual() grain. 2012-09-12 18:11:52 +02:00
Thomas S Hatch
e8063ec3d7 Merge pull request #2017 from FireHost/esky
Add additional Esky / Freezing documentation.
2012-09-11 22:27:39 -07:00
Aaron Tygart
892afaef7f Add Esky documentation 2012-09-12 00:23:31 -05:00
Aaron Tygart
c8cef428ca Add configuration documentation for esky
* Add example in minion configuration template
* Add details in minion configuration documentation
2012-09-11 22:44:00 -05:00
Thomas S Hatch
e158d100a0 Merge pull request #2015 from FireHost/esky
Esky / bbfreeze support
2012-09-11 19:58:58 -07:00
Aaron Tygart
0395766c03 Merge branch 'upstream/develop' into fh-upstream/esky 2012-09-11 20:54:17 -05:00
Pedro Algarvio
6659a70428 Merge pull request #2014 from s0undt3ch/develop
Include my major changes to the releases doc.
2012-09-11 15:02:10 -07:00
Pedro Algarvio
42803b41a9 Include my major changes to the releases doc. 2012-09-11 23:00:33 +01:00
Thomas S Hatch
fba152523c Fix #2012 2012-09-11 15:57:22 -06:00
Thomas S Hatch
a28c8535b2 Fix timing attack 2012-09-10 22:49:30 -06:00
Thomas S Hatch
2c871d60a4 Start on the 0.10.3 release notes 2012-09-10 18:12:35 -06:00
Thomas S Hatch
0f3db6f0f2 Fix issue with get_full_returns set comparrisons 2012-09-10 16:23:20 -06:00
Thomas S Hatch
3eee5c143b Fix syntax error 2012-09-10 16:19:03 -06:00
Thomas S Hatch
3844cecc6c Proposed soution for #1799 2012-09-10 16:15:58 -06:00
Thomas S Hatch
3587231391 Fix bug found in extra syndic tests 2012-09-10 16:12:59 -06:00
Thomas S Hatch
8f375a6af4 Really fix #1871 2012-09-10 15:58:45 -06:00
Thomas S Hatch
4a982a0fd7 Fix #1871 2012-09-10 14:54:08 -06:00
Aaron Tygart
a05911d985 Add freeze_support on salt-minion script 2012-09-10 14:13:02 -05:00
Aaron Tygart
0fd277b68d Add saltutil.update function
* Add update() function to saltutil module
* Add update_url minion config option
* Add update_restart_services minion config option
2012-09-10 14:05:58 -05:00
Thomas S Hatch
71fb912d40 Merge branch 'develop' of https://github.com/saltstack/salt into develop 2012-09-10 12:34:08 -06:00
Aaron Tygart
98d8ed8723 Add bdist_esky command to setup.py
* Add bdist_esky command through import from esky
* Add list of explicit includes with platform detection
* Update salt build to be zip unsafe
2012-09-10 13:32:34 -05:00
Thomas S Hatch
b4db37989e Skip hidden file in verify since they are managed elsewhere
Fix #536
2012-09-10 12:31:43 -06:00
Thomas S Hatch
bfba9d8a92 Merge pull request #2005 from s0undt3ch/issues/1987
Make salt's loader differentiate internal from external resources.
2012-09-10 11:05:48 -07:00
Pedro Algarvio
ece46086d9 Switch from double to single quotes and remove() where not needed. 2012-09-10 18:20:22 +01:00
Pedro Algarvio
0c4194c671 Make salt's loader differentiate internal from external resources.
1. Salt's loader now differentiates internal from external loaded resources, for example, internal:
```
2012-09-10 17:52:27,940 [salt.loaded.int.module.cmdmod            ][INFO    ] Executing command df -P in directory /home/vampas
```
and external:
```
2012-09-10 17:52:27,940 [salt.loaded.ext.module.cmdmod            ][INFO    ] Executing command df -P in directory /home/vampas
```
This is mostly a cosmetic change though in case for problems or when helping out a user, if we request his logs, we know what's getting loaded and from where.

2. Minor PEP-8 changes.
2012-09-10 17:53:39 +01:00
Thomas S Hatch
ed1ba8ac3b Document issues with upgrading and client acl 2012-09-10 10:13:26 -06:00
Thomas S Hatch
1eaef8522c Add cliental doc to the table of contents 2012-09-10 10:11:34 -06:00
Thomas S Hatch
3e23074b43 Add docs for new client_acl capabilities 2012-09-10 10:10:55 -06:00
Thomas S Hatch
94829774d8 Merge pull request #2002 from seanchannel/patch-7
minimal description added per Issue #1605
2012-09-09 20:49:52 -07:00
Sean Channel
9572e67d11 minimal description added per Issue #1605
manpage had no description. the added text is excerpted from salt(7).

pls. advise if there are other/better ways to update docs.
2012-09-09 12:05:10 -07:00
Pedro Algarvio
149bb2b164 Typos correction and PEP-8. 2012-09-09 00:00:21 +01:00
Pedro Algarvio
724287db8e Minor typos correction. 2012-09-08 23:59:02 +01:00
Pedro Algarvio
6891f3eceb Merge pull request #2001 from s0undt3ch/develop
Improve the tests minion swarm.
2012-09-08 12:38:14 -07:00
Pedro Algarvio
348cd9e51e Improve the tests minion swarm.
The `pki` and all minion's configuration directories are now all created under the same temporary directory.
The minion's ID's are now something more meaningful and less random to ease the interpretation of what's going on while running.
Minor pep-8 corrections.
2012-09-08 20:31:25 +01:00
Jeff Schroeder
e315f45997 Merge pull request #1999 from nm-jeff/patch-1
Update salt/states/selinux.py
2012-09-07 15:26:18 -07:00
nm-jeff
91ba15512c Update salt/states/selinux.py
Fixed typo
2012-09-07 14:24:02 -07:00
Pedro Algarvio
ce0c8832a8 Minor PEP-8 changes. 2012-09-07 22:14:38 +01:00
Pedro Algarvio
e865ea26ab Merge pull request #1998 from seanchannel/patch-6
change equals to colon for acceptance_wait_time
2012-09-07 12:39:54 -07:00
Sean Channel
a75682416c change equals to colon for acceptance_wait_time
simple correction
2012-09-07 12:33:21 -07:00
Pedro Algarvio
778506ace3 Merge pull request #1997 from s0undt3ch/develop
Also skip a run_function test-case in case the minion does not reply.
2012-09-07 12:25:43 -07:00
Pedro Algarvio
71327e4ff7 Also allow skipping the tests on the syndic. Refs #1935. 2012-09-07 20:24:35 +01:00
Pedro Algarvio
5b4d462413 Also skip a run_function test-case in case the minion does not reply. Refs #1935. 2012-09-07 20:03:44 +01:00
Pedro Algarvio
cb4db1353d Merge pull request #1996 from s0undt3ch/issues/1992
Support `-d` on the `salt` binary. Fixes #1992.
2012-09-07 11:23:39 -07:00
Pedro Algarvio
8c6b96db59 Support -d on the salt binary. Fixes #1992. 2012-09-07 19:21:07 +01:00
Pedro Algarvio
06c3086102 Merge pull request #1995 from s0undt3ch/issues/1989
Include a test case. Fixes #1989.
2012-09-07 10:06:15 -07:00
Thomas S Hatch
bbe49b8fc2 Fix #1993 2012-09-07 11:05:22 -06:00
Pedro Algarvio
4f9e62eaf4 Include a test case. Fixes #1989. 2012-09-07 18:04:14 +01:00