Commit Graph

17222 Commits

Author SHA1 Message Date
David Boucha
1a216bf08c remove commented out code 2013-09-03 11:39:21 -06:00
David Boucha
fa489634a5 check for multiple strings in the test 2013-09-03 11:37:46 -06:00
David Boucha
8ec7e1a7bd Merge pull request #6997 from joehealy/windows_package_manager_doc_improvements
Improvements to the windows package manager page.
2013-09-03 08:42:04 -07:00
Joe Healy
69b8df8c76 Improvements to the windows package manager page.
The aim is to give a bit of a high level intro and also to
aid troubleshooting.
2013-09-03 22:50:33 +10:00
Thomas S Hatch
b1065128bd Merge pull request #6988 from giantlock/develop
fix issues #6542, #6954
2013-09-03 00:15:53 -07:00
Thomas S Hatch
6924e40c6b Merge pull request #6987 from mgwilliams/urllib2
use urllib2 instead of urllib
2013-09-03 00:15:26 -07:00
David Boucha
789c4a7aea Merge pull request #6993 from UtahDave/develop
split those strings on their path
2013-09-02 23:55:54 -07:00
David Boucha
6fd2146239 split those strings on their path 2013-09-03 00:53:10 -06:00
Thomas S Hatch
e1b5958873 switch salt-ssh over to threading model 2013-09-03 00:39:32 -06:00
Thomas S Hatch
8b30023b82 clean up lint errors 2013-09-02 23:53:17 -06:00
Thomas S Hatch
d6d4282e31 Allow for wfuncs to be passed in and created later on 2013-09-02 23:44:33 -06:00
Thomas S Hatch
29076b020d Add threading routines to manage ssh executions
Yes, I am adding the use of the threading lib. This is ok because these
are all IO wait threads, it also much more cleanly matches the way salt
works wrt allowing minions to opporate in standalong constructs, the
queue interface also allows for event like handling of actions similar
to the rest of Salt.
2013-09-02 23:44:33 -06:00
Thomas S Hatch
b3d8d2c648 update ssh loader routines to take the wrapper as __salt__ 2013-09-02 23:44:33 -06:00
Thomas S Hatch
90e9c4fa3d Add wrapper components 2013-09-02 23:44:33 -06:00
Thomas S Hatch
cb56356649 Add ssh_wrapper loader func 2013-09-02 23:44:33 -06:00
David Boucha
92f787a929 Merge pull request #6990 from s0undt3ch/hotfix/debug-sigusr-signal
Simpler and working non windows system check.
2013-09-02 18:34:05 -07:00
Pedro Algarvio
cfaf7e0431 Simpler and working non windows system check. 2013-09-03 01:05:11 +01:00
Thomas S Hatch
778be704b3 import json 2013-09-02 17:46:28 -06:00
Thomas S Hatch
4fac618565 handle changes to ssh wrapper 2013-09-02 17:44:01 -06:00
Denis Generalov
ac84d9e373 fix #6542
pkg-search behavior was changed
2013-09-03 02:54:34 +04:00
Denis Generalov
e072ea59e2 fix issue #6954 2013-09-03 01:26:07 +04:00
Matthew Williams
527648e815 config.gather_bootstrap_script: fix error in CLI example 2013-09-02 17:29:08 +00:00
Matthew Williams
260117504c use urllib2 in config.gather_bootstrap_script 2013-09-02 17:25:05 +00:00
David Boucha
2dc500d1d7 remove trailing space 2013-09-01 23:40:39 -06:00
Pedro Algarvio
4ed762bce9 Merge pull request #6985 from s0undt3ch/hotfix/bsd-user-delete
Fix user account deletion under FreeBSD
2013-09-01 22:05:50 -07:00
Pedro Algarvio
7e57813243 Always remove the users/groups added to the system 2013-09-02 05:51:29 +01:00
Pedro Algarvio
8d29140cdc Test user/group creation/deletion under FreeBSD 2013-09-02 05:50:06 +01:00
Pedro Algarvio
64a14ef468 Clean **kwargs from the publisher keyword arguments(__pub). 2013-09-02 05:44:53 +01:00
Pedro Algarvio
55b6a3df53 Fix user account deletion under FreeBSD. 2013-09-02 05:43:02 +01:00
Thomas S Hatch
ff31ed9404 Add wrapper pkg to setup.py 2013-09-01 21:30:37 -06:00
Thomas S Hatch
14a440f65e Create wrapper pkg 2013-09-01 21:30:37 -06:00
Thomas S Hatch
a9c465804b Move functionWrapper out 2013-09-01 21:30:37 -06:00
Pedro Algarvio
9452b1e6db Merge pull request #6981 from cvrebert/patch-1
copyedit log/handlers/sentry_mod.py docstring
2013-09-01 03:54:15 -07:00
Chris Rebert
a66be1864e copyedit log/handlers/sentry_mod.py docstring 2013-09-01 02:18:14 -07:00
Thomas S Hatch
66daa60d75 Merge pull request #6976 from malinoff/fixed-range-syntax
Fixed range syntax
2013-08-31 19:49:41 -07:00
Thomas S Hatch
5ec6539ce5 Merge pull request #6967 from s0undt3ch/hotfix/tests-config-files
Adapt tests configuration to the running user.
2013-08-31 19:37:20 -07:00
Thomas S Hatch
29c562bb2b Merge pull request #6953 from s0undt3ch/features/even-more-logging-power
Support External Logging Handlers
2013-08-31 19:35:34 -07:00
Erik Johnson
d66e1c3497 Merge pull request #6980 from terminalmage/docs
Audit module documentation (S)
2013-08-31 18:41:19 -07:00
Erik Johnson
4d897ee5ae Audit module documentation (S)
This commit continues the work started in 7d4739d, putting CLI examples
in bash code-blocks to give them syntax highlighting on
docs.saltstack.com.
2013-08-31 20:40:03 -05:00
Pedro Algarvio
a6a8424a9f Merge pull request #6974 from terminalmage/fileserver-fix
Fix exception caught when mtime_map parent dir does not exist
2013-08-31 18:23:22 -07:00
Colton Myers
71485dd2ac Merge pull request #6970 from terminalmage/symlink-fix
Use the running user and default group for symlink ownership
2013-08-31 11:11:55 -07:00
=
58f7be5dd8 Fixed parentheses 2013-08-31 14:08:21 +07:00
=
5eb56e1c36 Replaced insufficient for loop with map 2013-08-31 13:39:21 +07:00
=
3fdfe9120f Replaced range(len(collection)) with enumerate(collection) 2013-08-31 13:38:42 +07:00
David Boucha
336afd800c Merge pull request #6975 from terminalmage/docs
Better way of emphasizing S, L, and S in docs
2013-08-30 16:29:43 -07:00
Erik Johnson
c86c855279 Better way of emphasizing S, L, and S in docs
Pull req #6972 negated a 100% intentional design decision, intended to
draw attention to the S, L, and S in "SaLt State file" to show why they
are called "SLS files". This commit reverts that change, and bolds the
S, L, and S so that this is more apparent.
2013-08-30 18:05:38 -05:00
Erik Johnson
4adb52f0c1 PEP8 (two lines between functions) 2013-08-30 17:24:26 -05:00
Erik Johnson
efef6f7dd4 os.error does not catch IOError
Modified exceptions to include IOError
2013-08-30 17:23:56 -05:00
Erik Johnson
0dda5ece20 Fix exception caught when mtime_map parent dir does not exist
This fixes an exception that was introduced in 342a6ae. Also, using
os.error does not catch IOError execeptions, so this has been changed as
well.
2013-08-30 17:18:51 -05:00
Pedro Algarvio
931e0c4b05 Minor updates to include the external logging handler documentation. 2013-08-30 23:14:40 +01:00