Thomas S Hatch
5c6b8aea28
docstring cleanups for ssh tests
2012-06-04 17:22:43 -06:00
Thomas S Hatch
a0d7c4ac9e
Merge pull request #1396 from kwarterthieves/develop
...
more py3k fixes
2012-06-04 16:12:26 -07:00
L.C. Rees
cc8a921311
- more py3k fixes
2012-06-04 16:40:34 -06:00
Thomas S Hatch
57c08e3ef6
enable module disable features
2012-06-04 15:57:55 -06:00
Thomas S Hatch
f9098f8a50
Clean up yaml utils
2012-06-04 14:10:55 -06:00
Thomas S Hatch
11d481260a
Comment on yaml issue that is now resolved
2012-06-04 13:40:35 -06:00
Thomas S Hatch
2a58b33f10
Fix issue where modes like 007 would always fail
...
The file state was checking for 007 to equal 7, this obviously failed,
so the same logic used to generate the integer if used to compare the
integer now
2012-06-04 13:37:31 -06:00
Thomas S Hatch
46041df022
Fix #1366
...
This addition verifies ints when they are passed in with preceeding 0s
2012-06-04 13:31:29 -06:00
Thomas S Hatch
39ddffb2d7
Fix traces in yaml utils
2012-06-04 13:02:22 -06:00
Thomas S Hatch
bc22c450a1
Fix zmq socket path names in event util
2012-06-04 12:58:52 -06:00
Thomas S Hatch
b7951f17d7
Fix context call in event.py
2012-06-04 12:54:37 -06:00
Thomas S Hatch
512b8531f5
Fix bad reference in salt-call invocation
2012-06-04 12:52:49 -06:00
Thomas S Hatch
d9138e19d7
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-06-04 12:52:06 -06:00
Thomas S Hatch
75c5ea1243
Add code to resolve octal integers in sls files
2012-06-04 12:50:11 -06:00
Thomas S Hatch
2c58f08ba5
Begin setting up the event client
2012-06-04 00:26:03 -06:00
Thomas S Hatch
fb8f921e49
connect the sub interface automatically on specified event managed
2012-06-04 00:23:03 -06:00
Thomas S Hatch
fedb9807e2
Add convenience classes for event management
2012-06-04 00:11:23 -06:00
Thomas S Hatch
0d8369ac7d
Add initial event listener
2012-06-04 00:06:15 -06:00
Thomas S Hatch
02357ce7cb
Only fail on the publish if the master is not running
...
Before we were waiting for a reply, which would cause the publish to
fail if the workers were busy. Now the cli will wait for itself to be
cleanly queued up before failing
2012-06-03 23:26:44 -06:00
Thomas S Hatch
9b0ea9e6e4
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-06-03 17:37:11 -06:00
Thomas S Hatch
07e5e8c99e
Comment out master events until ready
2012-06-03 17:04:03 -06:00
Thomas S Hatch
8654f429c9
restrict perms on master communication sockets
2012-06-03 16:55:55 -06:00
Thomas S Hatch
02a1c677ec
Add event publisher for the master
2012-06-03 16:29:06 -06:00
Thomas S Hatch
3618b45ccb
Merge pull request #1394 from twinshadow/typo-fix
...
Typo in salt/loader.py
2012-06-03 15:27:18 -07:00
Anthony Cornehl
47b6f1d726
Typo
2012-06-03 15:24:25 -07:00
Thomas S Hatch
4953115e9b
Fix #1371
2012-06-02 23:51:47 -06:00
Thomas S Hatch
b4072b65ce
Add soem pre 0.9.10 docs for non root master
2012-06-02 23:48:30 -06:00
Thomas S Hatch
4e747ade2a
Fix #1393
2012-06-02 23:41:01 -06:00
Thomas S Hatch
b8477fe1a9
kill some print statements
2012-06-02 23:23:06 -06:00
Thomas S Hatch
82066696e2
finish updating verify_env api calls
2012-06-02 23:20:11 -06:00
Thomas S Hatch
400a429502
Add user to integration verify_env
2012-06-02 23:17:52 -06:00
Thomas S Hatch
58f1ee2b4e
Add more directories to verify ownership on
2012-06-02 23:13:09 -06:00
Thomas S Hatch
67365a1b22
Bee more thorough in chowning files
2012-06-02 23:11:18 -06:00
Thomas S Hatch
2ee45c7e9a
Chnage al files to be owned by the configured user
2012-06-02 22:55:21 -06:00
Thomas S Hatch
8bb7ecc571
Pass in user to verify_env
2012-06-02 22:33:56 -06:00
Thomas S Hatch
77b2c3ad3c
Add better user management to verify.py
2012-06-02 22:30:26 -06:00
Thomas S Hatch
ac4510fb42
Add reference documentation for peer_run
2012-06-02 21:05:17 -06:00
Thomas S Hatch
459035812e
Add peer_run to the master config template
2012-06-02 20:50:20 -06:00
Thomas S Hatch
6dc2ca1f06
Add docs explaining SELinux issues
2012-06-02 18:05:30 -06:00
Thomas S Hatch
f2655c9f89
Merge pull request #1391 from kwarterthieves/develop
...
Develop
2012-06-02 14:43:04 -07:00
Thomas S Hatch
c686066923
remove a stray print function
2012-06-01 23:22:57 -06:00
Thomas S Hatch
8bfd096629
Add watch functions to module state
2012-06-01 23:18:36 -06:00
Thomas S Hatch
db9e081cb3
Add state to execute single module function calls, Fix #1389
2012-06-01 23:10:09 -06:00
L.C. Rees
ea62a8c0cd
- encoding errors
2012-06-01 16:51:23 -06:00
L.C. Rees
5ef35e7f4c
Merge github.com:kwarterthieves/salt into develop
2012-06-01 13:07:19 -06:00
L.C. Rees
cdb5e89631
- exploit how 'iterkeys' is default iterator for dict
...
- use values()
- pep8
2012-06-01 13:06:43 -06:00
Thomas S Hatch
d9f7a64131
Merge pull request #1390 from akoumjian/5d5f67b73f50ac40747be4468b8183cf96f3b5ad
...
Settings noinput=True as default behavior.
2012-06-01 10:15:24 -07:00
Thomas S Hatch
93a2734ae8
Fix bad number assignment in aliases
2012-06-01 08:39:38 -06:00
Thomas S Hatch
0b2caab432
Merge pull request #1385 from kwarterthieves/develop
...
- py3k updates
2012-06-01 07:38:48 -07:00
L.C. Rees
140e8781df
- py3k updates
2012-05-31 23:31:27 -06:00