Commit Graph

10165 Commits

Author SHA1 Message Date
Denis Generalov
9929dd6d6b fix typo in docstring 2013-01-25 22:50:13 +04:00
Thomas S Hatch
38a002f31b Merge pull request #3448 from techhat/issue3446
Apparently md5 is deprecated in favor of hashlib
2013-01-25 09:59:10 -08:00
Joseph Hall
5eccb88738 Apparently md5 is deprecated in favor of hashlib 2013-01-25 10:55:10 -07:00
Thomas S Hatch
56d1f586fd Remove crypto abstract
The crypto design docs have not yet been finalized, this document
is not entirely accurate and was written early on for the zeromq
team just as an abstract on the crypto routine
2013-01-25 10:53:02 -07:00
David Boucha
7e9c737078 Merge pull request #3447 from techhat/issue3446
Fix timezone state to do more accurate check
2013-01-25 09:37:40 -08:00
Joseph Hall
323f8b85f5 Because I'm feeling nice, fixing punctuation for @giantlock 2013-01-25 10:31:33 -07:00
Joseph Hall
547976f98b PEP-8 fix as per s0undt3ch 2013-01-25 10:30:06 -07:00
Joseph Hall
ebf5d8044b Forgot to actually use md5sum to check zones 2013-01-25 10:15:12 -07:00
Joseph Hall
9fcf7e1fc9 Fix timezone state to do more accurate check 2013-01-25 09:50:41 -07:00
Joseph Hall
1e2d19847a Give FreeBSD a helpful warning on get_zone 2013-01-25 09:43:44 -07:00
Joseph Hall
b61b44efc7 Add function to compare timezones 2013-01-25 09:31:24 -07:00
Joseph Hall
887f21bf23 Update docstring for set_timezone 2013-01-25 09:19:41 -07:00
Thomas S Hatch
119c1bc2ac Merge pull request #3429 from giantlock/develop
small fix for states.cron.file()
2013-01-24 22:58:32 -08:00
Thomas S Hatch
6f98d532b6 Add state module name to terse output, fix #3394 2013-01-24 23:55:50 -07:00
Thomas S Hatch
a7532f7ec7 Fix #3395
I realize why I did it the way I did, originally I did not use
a poll in the zeromq process, and the result was that the actual
gathering of the command got dropped when the signal inturuped
the zeromq recv wait, but we should be fine now that we are using
poll.
This may still be a problem though, so we will need to watch this closely
2013-01-24 23:26:12 -07:00
Thomas S Hatch
8dc86b0d62 Finally statements are causing errors in the peer system.
This should fix #3406
2013-01-24 22:07:56 -07:00
Thomas S Hatch
917c36af26 A bunch of finally statements are killing legitimate error messages
Fix #3412 or rather let the real issue float up
2013-01-24 22:02:21 -07:00
Jeff Schroeder
7732899ea7 Add Paul Crews's salt states to the community docs
These states set up an openstack "Load balancer as a service" setup. Thanks HP Cloud Services for teh awesome!
2013-01-24 20:09:26 -08:00
David Boucha
36abc09fc2 Merge pull request #3432 from joehealy/develop
Modified check for existence of hg binary to also work on windows
2013-01-24 16:53:20 -08:00
Joe Healy
317858baa1 Modified check for existence of hg binary to also work on windows 2013-01-25 10:55:55 +11:00
Denis Generalov
d8f2c509b3 * use salt.utils.fopen instead open
* replace file.managed comments by appropriate comments about crontabs
2013-01-25 02:39:20 +04:00
Erik Johnson
c58e7b2837 Merge pull request #3428 from archtaku/docs
small spelling correction
2013-01-24 13:02:48 -08:00
Erik Johnson
b7251d8013 small spelling correction 2013-01-24 15:01:54 -06:00
Thomas S Hatch
65c960f88b Merge pull request #3425 from aleszoulek/custom_outputters
Custom outputters
2013-01-24 10:05:52 -08:00
Thomas S Hatch
b219e94750 Merge pull request #3422 from herself/develop
Add user/group support for OpenBSD and fix a Darwin user bug
2013-01-24 09:58:12 -08:00
Thomas S Hatch
a261458ed4 Merge pull request #3414 from archtaku/issue3410
Implement #3410
2013-01-24 09:33:00 -08:00
Thomas S Hatch
0d5e704b9c Merge pull request #3426 from kjkuan/pydsl-test-case-fix2
Fix test case skipping logic: if < py2.7 then no OrderedDict, so skip.
2013-01-24 09:31:01 -08:00
Jack Kuan
0976f42410 Fix test case skipping logic: if < py2.7 then no OrderedDict, so skip.
For ordered execution, PyDSL requires py2.7 or above. Although, it's
possible to make it work with a third-party OrderedDict implementation
like the yaml renderer does..., this is not bothered here.
2013-01-24 12:21:54 -05:00
Seth House
01cd56c80f Specified current module in stateconf renderer module docs 2013-01-24 09:49:53 -07:00
Ales Zoulek
bdfdfa69ed Adding support for custom outputters
- introduced outputter_dirs config option
- added saltutil.sync_outputters command
- saltutil.sync_all calls also saltutil.sync_outputters
2013-01-24 17:21:59 +01:00
Joseph Hall
2207c3078d Merge pull request #3423 from baijum/doc
typo fixes
2013-01-24 07:38:00 -08:00
Wiesław Herr
90e5105069 Merge branch 'develop' of git://github.com/saltstack/salt into develop 2013-01-24 16:18:41 +01:00
Wiesław Herr
c2156e88d7 Add support for managing users and groups in OpenBSD 2013-01-24 15:56:19 +01:00
Wiesław Herr
49a80f8cdb Removing the _format_info function on Darwin doesn't make much sense 2013-01-24 15:35:02 +01:00
Baiju Muthukadan
742a8cbb23 typo fixes 2013-01-24 19:55:40 +05:30
Joseph Hall
c1e54c3d40 Merge pull request #3417 from jeffh/develop
Fixed iptables.save module
2013-01-24 05:13:39 -08:00
Seth House
dc737520b9 Moved document fragments into excluded directory
This avoids "document isn't included in any toctree" warnings.
2013-01-24 00:06:02 -07:00
Seth House
567a1edac7 Misc rST fixes 2013-01-23 23:40:24 -07:00
Seth House
915ad76273 Added all tutorials to a local TOC 2013-01-23 23:29:59 -07:00
Jeff Hui
e901ae3b14 Fixed iptables.save module to not fail when parent directory already exists. 2013-01-23 22:27:05 -08:00
Seth House
25df5d20a1 Removed placeholder doc 2013-01-23 23:24:26 -07:00
Seth House
c8571a5255 Removed nonexistent module docs from TOC 2013-01-23 23:16:16 -07:00
Seth House
8890fe8a71 Removed docs for non-existent module
Fixes #3384
2013-01-23 23:07:34 -07:00
Erik Johnson
24053f90d5 Extend grains matcher to traverse nested dicts 2013-01-23 23:19:15 -06:00
Erik Johnson
9d304064b5 Extend pillar matcher to traverse nested dicts 2013-01-23 23:18:13 -06:00
Erik Johnson
8cbd3b39f4 PEP8 fixes from PyLint 2013-01-23 23:15:20 -06:00
Thomas S Hatch
bc5ec217a7 Merge pull request #3404 from giantlock/develop
fix #3403
2013-01-23 19:57:38 -08:00
Thomas S Hatch
923d228f4a Merge pull request #3399 from baijum/doc
move documenatation generation to bottom
2013-01-23 19:50:37 -08:00
Thomas S Hatch
7d2e5dd1a0 minor formatting change 2013-01-23 20:50:40 -07:00
Thomas S Hatch
e2fad9e1fd Merge pull request #3400 from viktorkrivak/develop
Add param persist to states.kmod
2013-01-23 19:48:25 -08:00