Commit Graph

26927 Commits

Author SHA1 Message Date
Thomas S Hatch
2c45e0c477 Whitespace cleanup 2014-03-03 12:10:55 -07:00
Thomas S Hatch
ddc296ba26 Merge pull request #10873 from bemehow/top_sls_ordering
make sure top.sls is evaluated in order
2014-03-03 11:09:21 -08:00
Thomas S Hatch
4324c8b6a0 Fix Lint errors 2014-03-03 12:05:00 -07:00
Thomas S Hatch
7589f4bb26 Merge pull request #10897 from makinacorpus/return
salt.runner.jobs: optionnal toggle for output
2014-03-03 11:03:10 -08:00
Thomas S Hatch
4dfdce7711 Merge pull request #10893 from bemehow/s3_url
add support for s3:// URI in file.managed state
2014-03-03 11:02:07 -08:00
Thomas S Hatch
24e2a01cae Merge pull request #10880 from jacksontj/argkwarg
Clean up deprecation warnings about arg/kwarg passing
2014-03-03 10:43:23 -08:00
Thomas S Hatch
88c13ccee6 Merge pull request #10879 from tweakster/develop
Update __init__.py
2014-03-03 10:41:11 -08:00
Thomas S Hatch
0ceb9f3958 Merge pull request #10866 from joshk0/known_hosts_file
Allow 'known_hosts_file' as SSH client option
2014-03-03 10:36:52 -08:00
Thomas S Hatch
922757a38c Merge pull request #10864 from JensRantil/custom-pillar-git-root
Custom pillar git root
2014-03-03 10:36:01 -08:00
Thomas S Hatch
e32cf6e74f Merge pull request #10861 from georgemarshall/utils_fix
Fix utils.option to recurse dict keys
2014-03-03 10:34:28 -08:00
Thomas S Hatch
bc636a38c8 Merge pull request #10860 from dr4Ke/state_mysql_query
State mysql query
2014-03-03 10:32:58 -08:00
Joseph Hall
2d2c44fe6e Merge pull request #10902 from timoguin/develop
Add versionadded directive to MS Azure cloud docs on develop branch
2014-03-03 11:13:13 -07:00
Tim O'Guin
734ac983b3 added versionadded directive to MS Azure cloud docs 2014-03-03 12:03:40 -06:00
Michal Bicz
d9331dbaae pylint cleanup 2014-03-03 09:09:27 -08:00
Mathieu Le Marec - Pasquet
b734b19d20 salt.runner.jobs: optionnal toggle for output
Very useful to switch output=off for API calls
2014-03-03 11:42:14 +00:00
Pedro Algarvio
b5223336df Merge pull request #10895 from bbinet/fix-influxdb-v0.5.0
fix influxdb user_list method
2014-03-03 11:40:21 +00:00
Bruno Binet
3bc48c00a7 add influxdb compatibility version to influxdb salt states 2014-03-03 12:04:06 +01:00
Bruno Binet
9f3087f040 add influxdb compatibility version to influxdb salt module 2014-03-03 12:03:44 +01:00
Bruno Binet
0241e26c8f fix influxdb user_list method
api has changed in influxdb v0.5.0
2014-03-03 09:13:38 +01:00
Joseph Hall
a6d4207f13 Merge pull request #10892 from viodlen/develop
Doc improvement
2014-03-02 18:55:52 -07:00
Joseph Hall
28db5200af Merge pull request #10889 from Katafalkas/salt-cloud_ec2_snapshot_functions
Salt cloud ec2 snapshot functions
2014-03-02 18:23:59 -07:00
Michal Bicz
c11b0ced50 add support for s3:// URI in file.managed state 2014-03-02 16:34:38 -08:00
viod
f6bd8415b3 Add the indication that pillar_roots should not be subdirectories of file_roots, as that won't work, everywhere it looks relevant. 2014-03-03 00:15:51 +01:00
Pedro Algarvio
206f509c9a Merge pull request #10887 from makinacorpus/fixsetup
fix setup.py typo
2014-03-02 21:01:14 +00:00
root
a83bcef635 Adding salt-cloud snapshot create,delete,copy,describe functions 2014-03-02 20:18:01 +00:00
root
1d8102646b Added create_snapshot function to salt-cloud 2014-03-02 19:07:54 +00:00
Joseph Hall
63a497b911 Merge pull request #10886 from terminalmage/docs
Correct docs inaccuracy
2014-03-02 09:12:36 -07:00
Mathieu Le Marec - Pasquet
6483539dc3 fix setup.py typo 2014-03-02 15:58:19 +00:00
Erik Johnson
edc39496df Correct docs inaccuracy
state_verbose does not default to False. This was changed a long time
ago but the docs were never updated.
2014-03-02 09:56:14 -06:00
Joseph Hall
dbf28a76b1 Merge pull request #10884 from makinacorpus/fixpgsql
salt.modules.postgres: Quote all extension work
2014-03-02 06:37:48 -07:00
Joseph Hall
53723f7156 Merge pull request #10885 from johtso/documentation-fixes
Small documentation fixes
2014-03-02 06:35:33 -07:00
Johannes
6b65d4d628 dockerio module grammar fixes 2014-03-02 12:39:21 +00:00
Johannes
35ab1a5e0f ZNC module typo fixes 2014-03-02 12:35:29 +00:00
Pedro Algarvio
222652487f Merge pull request #10882 from terminalmage/10380
file.patch: return False result when unable to cache file
2014-03-02 12:21:43 +00:00
Jens Rantil
f02f9ed8d9 doc(pillar/git): drop first person
By request of @thath45.
2014-03-02 12:51:20 +01:00
Mathieu Le Marec - Pasquet
b62c680b81 salt.modules.postgres: Quote all extension work
- Fix regressions in tests introduced by @ticosax (nevermind @ticosax i
  also regulary breaks them :p)
- Quote also alters.
2014-03-02 10:17:46 +00:00
Thomas S Hatch
2bacf994fa whitespace 2014-03-02 01:31:35 -07:00
Thomas S Hatch
368d644f7a Add initial yarding to FunctionNix behavior and make minion
router vars static
2014-03-02 01:30:04 -07:00
Thomas S Hatch
efcc6c59bb Add initial test RAETChannel class to transport system
This class is intended to be used by the executor process, not the
RAET router, so technically it is the RAET UXD class
2014-03-02 00:54:52 -07:00
Seth House
fe5abd4ad2 Added index entries for the Reactor and events 2014-03-01 23:21:12 -07:00
Seth House
07802e34c5 Added best practice, jobs, and scheduler headings to the index 2014-03-01 23:13:23 -07:00
Seth House
6d0b0f24c0 Added opensearch configuration to the docs conf.py 2014-03-01 22:29:09 -07:00
Thomas S Hatch
e0212a6fdc Addlow for the dirpath to be passed into stacking creation 2014-03-01 22:21:59 -07:00
Erik Johnson
e54c3e3eaa file.patch: return False result when unable to cache file 2014-03-01 20:57:52 -06:00
Samuel Smith
5ec99ad2d5 Merge pull request #10881 from SmithSamuelM/sam_raet_13
Sam raet 13  Unix Domain Socket Support
2014-03-01 14:55:47 -07:00
Samuel M Smith
12b971de92 Merge remote-tracking branch 'upstream/develop' into sam_raet_13 2014-03-01 14:54:05 -07:00
Samuel M Smith
df45194b94 Added testing and fuller support for unix domain socket stack 2014-03-01 14:52:51 -07:00
Thomas S Hatch
71d4e9d5e3 Merge pull request #10868 from cachedout/10732
Exception handling in multi-master setup.
2014-03-01 10:44:41 -08:00
Thomas Jackson
ae626dd5ee Pep8 cleanup 2014-03-01 10:39:19 -08:00
Thomas Jackson
2fa56b3c82 Clean up comment 2014-03-01 10:37:51 -08:00