Commit Graph

60099 Commits

Author SHA1 Message Date
Mike Place
18df597f98 Merge pull request #27813 from SJReese/develop
Overflow errors on 32bit armv7l (#27812)
2015-10-12 09:02:04 -06:00
Aditya Kulkarni
b597bd31e6 Add SSHConnection object 2015-10-12 11:01:41 -04:00
Mike Place
6a719a3d88 Merge pull request #27839 from brd/doc-sysrc-fixes
Docs: Add an example for using sysrc.managed
2015-10-12 08:54:04 -06:00
Mike Place
42f02890c7 Merge pull request #27853 from garethgreenaway/adding_return_kwargs
Adding return_kwargs
2015-10-12 08:51:51 -06:00
Gareth J. Greenaway
77a293823f Adding the ability from both the Salt CLI and in the Salt schedule to pass a new argument, return_kwargs. Using this option will override any returner options already set in the minion configuration or inside an alternative configuration. 2015-10-10 18:00:42 -07:00
Scott Reese
aae6e1b23b Merge remote branch 'upstream/develop' into develop 2015-10-10 10:46:15 -04:00
Nicole Thomas
93fba07362 Merge pull request #27840 from lyft/boto_module_fixes
Various followup fixes for boto modules
2015-10-09 22:41:07 -06:00
Steve Hajducko
5ff8a83009 Clarify argument usage for runners in reactors
Clarified that positional arguments don't work in runners currently and
that you must use keyword args. Fixes #27770

Also, modified the link to point at the function the example shows,
rather than the previous example.
2015-10-09 21:22:54 -07:00
Scott Reese
1be69cdcaa No longer using this range functions.
So don't import it.
2015-10-09 22:10:58 -04:00
Scott Reese
469f0b7de3 Pylint complained abount number of blank lines 2015-10-09 21:11:57 -04:00
Ryan Lane
07cd3a0ad4 CLI example 2015-10-09 15:05:57 -07:00
Richard Hansen
9aa19575fa new ldap state module 2015-10-09 17:47:56 -04:00
Richard Hansen
39abc94739 new ldap3 execution module
This is an alternative to the existing ldapmod module.
2015-10-09 17:47:56 -04:00
Richard Hansen
d9be4c69a1 only ignore virtualenv directories at the top
To avoid collateral damage, only ignore the virtualenv directories if
they appear at the top of the working directory.

Also, only ignore lib64 if it is a directory (mostly to match the
other entries).
2015-10-09 17:47:56 -04:00
Richard Hansen
db08d874a6 ignore more virtualenv directories 2015-10-09 17:47:56 -04:00
Ryan Lane
81028e86ad Various followup fixes for boto modules 2015-10-09 14:25:00 -07:00
Brad Davis
4c807c0f40 Add an example for using sysrc.managed 2015-10-09 10:43:58 -06:00
Scott Reese
e368144903 Overflow errors on 32bit armv7l
Testing during build failed while testing ipset functionality.
Took updates from upstream py2-ipaddress and added that code to
make backported ipaddress.py work properly on armv7l (and
probably any other 32-bit arch).
2015-10-08 20:08:08 -04:00
Nicole Thomas
c45f989699 Merge pull request #27778 from jbouse/develop
Fix HipChat v2 API returner
2015-10-08 17:44:19 -06:00
Nicole Thomas
d59532c191 Merge pull request #27806 from blast-hardcheese/bugfix/file.managed-26538
Empty string is falsy
2015-10-08 17:14:42 -06:00
Nicole Thomas
dc62a15c3e Merge pull request #27810 from techhat/optspmdeps
Add optional and recommended deps to SPM
2015-10-08 17:12:08 -06:00
Joseph Hall
222bca1338 Add optional and recommended deps to SPM 2015-10-08 15:31:26 -06:00
Nicole Thomas
8846f10d72 Merge pull request #27762 from lyft/add-missing-attributes-boto-asg
Add missing code block from attributes support in boto_asg get_instances
2015-10-08 15:13:56 -06:00
Ryan Lane
a8198c2f9f Add missing code block from attributes support in boto_asg get_instances 2015-10-08 13:35:36 -07:00
Devon Stewart
7e977e38b7 Empty string is falsy 2015-10-08 12:42:34 -07:00
Nicole Thomas
5a44eb93f5 Merge pull request #27782 from garethgreenaway/returner_profile_documention
Returner Documention Fixes
2015-10-08 09:18:27 -06:00
Gareth J. Greenaway
6a05e7bea4 Fixing the documentation for the returners that mention using profiles, items in the profile need to include the virtualname of the returner to be found. 2015-10-07 21:14:07 -07:00
Geoff Crompton
895b2437fe Tweak documentation for saltutils.find_cached_job.
This function only works if the minion is configured with cache_jobs set to
True. Explicitly documenting this will make it less likely that users will
be confused when it silently fails to work for them.

Fixes #27735.
2015-10-08 14:04:48 +11:00
Jeremy T. Bouse
391f1c6971 Fix HipChat v2 API returner
Add 'Content-Type' to v2 POST headers to comply with API documentation and remove Bad Request error noted in Issue #27777
2015-10-07 22:51:33 -04:00
Nicole Thomas
0ab0aa4d79 Merge pull request #27771 from srkunze/venv_docs
[VIRTUALENV_MOD] added docs strings to explain parameters
2015-10-07 16:05:17 -06:00
Nicole Thomas
fafc6ce09f Merge pull request #27728 from tkwilliams/d.boto_vpc.dhcp_options_stuff
Enablement for using states to manage AWS EC2 instances
2015-10-07 15:41:38 -06:00
Daniel Hahler
81cdee63f3 Fix pylint: disable with SaltStackVersion 2015-10-07 23:20:26 +02:00
Tom Williams
19f6a7e85e Merge branch 'develop' into d.boto_vpc.dhcp_options_stuff
Conflicts:
	salt/modules/boto_secgroup.py
	salt/states/boto_secgroup.py
2015-10-07 17:01:35 -04:00
Thayne Harbaugh
809a238bf5 Summary is not correctly inspecting return data to identify not responding|connected minions.
Expands fix in #27099
2015-10-07 15:00:07 -06:00
Colton Myers
57f30cc04e Merge pull request #27764 from basepi/merge-forward-develop
Merge forward from 2015.8 to develop
2015-10-07 14:40:10 -06:00
Sven R. Kunze
8714e7e2bf added docs strings to explain parameters 2015-10-07 22:28:54 +02:00
Tom Williams
78e91fc7b9 Parameter defs for new functions per @ryan-lane's suggestion. 2015-10-07 16:26:27 -04:00
Sven R. Kunze
ae57765d73 remove unnecessary import 2015-10-07 22:07:16 +02:00
Sven R. Kunze
9817866c42 added "versionadded" and parameter docs 2015-10-07 22:07:07 +02:00
Colton Myers
88039b70b2 Fix lint 2015-10-07 13:46:56 -06:00
Colton Myers
9128e8e7ae Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
Conflicts:
    salt/cloud/clouds/gce.py
    salt/modules/daemontools.py
2015-10-07 13:14:28 -06:00
Colton Myers
69d960f8e6 Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
Conflicts:
    doc/man/salt.7
    doc/topics/ssh/index.rst
    salt/modules/boto_secgroup.py
    salt/modules/dockerng.py
    salt/states/archive.py
    salt/states/boto_elb.py
    salt/states/boto_secgroup.py
    tests/unit/modules/schedule_test.py
2015-10-07 13:11:48 -06:00
Colton Myers
82a51cebde Merge pull request #27760 from basepi/merge-forward-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
2015-10-07 13:11:17 -06:00
Colton Myers
35425b14ad Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
Conflicts:
    doc/man/salt-api.1
    doc/man/salt-call.1
    doc/man/salt-cloud.1
    doc/man/salt-cp.1
    doc/man/salt-key.1
    doc/man/salt-master.1
    doc/man/salt-minion.1
    doc/man/salt-run.1
    doc/man/salt-ssh.1
    doc/man/salt-syndic.1
    doc/man/salt-unity.1
    doc/man/salt.1
    doc/man/salt.7
    salt/modules/pip.py
    salt/states/user.py
2015-10-07 12:06:12 -06:00
Colton Myers
b2937b6a16 Merge pull request #27759 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
2015-10-07 12:01:54 -06:00
Colton Myers
792ee084bb Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5 2015-10-07 12:00:53 -06:00
Justin Findlay
aced4229cb Merge pull request #27757 from jfindlay/virtret
fix virtual fcn return doc indentation
2015-10-07 11:50:18 -06:00
Justin Findlay
03400ef45b fix virtual fcn return doc indentation
Fixes #27724.
2015-10-07 11:49:16 -06:00
Justin Findlay
4b9128b491 Merge pull request #27732 from jacobhammons/26673
update docs for __virtual__ and __virtualname__
2015-10-07 11:29:31 -06:00
Tom Williams
cac31903bf ...and a couple more versionadded tags. 2015-10-07 12:34:47 -04:00