Commit Graph

58735 Commits

Author SHA1 Message Date
Mike Place
e7c2c1934a Merge pull request #26724 from lyft/ec2-eni-support
Add ENI support to boto_ec2 state and execution modules
2015-09-01 11:32:12 -06:00
Mike Place
e9ef513878 Merge pull request #26738 from clinta/sqlite3-update
Sqlite3 state shouldn't change anything if the rows already match, even when update=True
2015-09-01 11:22:28 -06:00
Mike Place
48ee8bd8bd Merge pull request #26780 from netudima/develop
Propagate state id value to state events
2015-09-01 11:21:16 -06:00
Mike Place
e88925f351 Merge pull request #26749 from lyft/boto-iam-user-export
Add execution module to export current IAM users
2015-09-01 11:19:53 -06:00
Mike Place
f69bdd98b3 Merge pull request #26812 from silenius/pw_user
add loginclass support for FreeBSD
2015-09-01 11:08:07 -06:00
Mike Place
aeb7831d90 Switch from weakref to static methods
This still prevents leaks and avoids a situation where the proxy is getting dereferenced too early.
2015-09-01 10:53:03 -06:00
Colton Myers
bc21dbd5bd Merge pull request #26770 from sjorge/vmadm-develop
cherry-picking of smartos virt and vmadm module
2015-09-01 10:20:13 -06:00
Julien Cigar
33e02b4697 add .. versionadded:: Boron 2015-09-01 18:08:31 +02:00
Julien Cigar
503f47590e fix lint error (E203) 2015-09-01 18:06:17 +02:00
Justin Findlay
47bc60a65e Merge pull request #26801 from jacobhammons/dockerng-options
Added doc for dockerng minion configuration options
2015-09-01 09:51:44 -06:00
Erik Johnson
5af1b236be Merge pull request #26808 from alprs/fix-git-init_args
Fix git init argument formatting
2015-09-01 09:45:10 -05:00
Dmitry Kuzmenko
85c7f1560d Fixed lint failures 2015-09-01 15:59:37 +03:00
Dmitry Kuzmenko
384ea0fb1f Returned back 'sudo' logic 2015-09-01 15:57:38 +03:00
Dmitry Kuzmenko
a267621c75 Module executors initial implementation 2015-09-01 15:57:38 +03:00
Julien Cigar
1f63197b9c add loginclass support for FreeBSD 2015-09-01 14:51:49 +02:00
Daniel Hobley
1c8e6e067f Fixed lint issues 2015-09-01 13:56:43 +02:00
Andreas Lutro
62fd025051 lint - use indexed curly braces with format 2015-09-01 13:47:17 +02:00
Andreas Lutro
1a54b7fffd git: fix git init argument formatting
git init arguments that have values should use "--arg=value" format
instead of "--arg value".
2015-09-01 11:31:52 +02:00
Pedro Algarvio
e7ed32a7d1 Merge pull request #26807 from terminalmage/rename-itersplit
Move salt.utils.itersplit() to salt.utils.itertools.split()
2015-09-01 09:02:25 +01:00
Justin Findlay
135a8a64af Merge pull request #26800 from jacobhammons/doc-fixes
Doc bug fixes
2015-08-31 23:40:09 -06:00
Erik Johnson
6b8769b43a Update refs to point to renamed salt.utils.itertools.split() 2015-08-31 23:18:47 -05:00
Erik Johnson
c322aa1b41 Move salt.utils.itersplit() to salt.utils.itertools.split()
In the interest of not making salt.utils any more cluttered.
2015-08-31 23:18:47 -05:00
Jacob Hammons
5cca52a3c1 Fixed windows installer paths
Refs #25567
2015-08-31 20:20:44 -06:00
Jacob Hammons
0ec036350d Updates to salt-ssh and salt-key
#24510
2015-08-31 20:00:30 -06:00
Jacob Hammons
439570f917 More updates to docker.exec_driver 2015-08-31 16:41:35 -06:00
Jacob Hammons
673fe1af7d Updates to docker.exec_driver 2015-08-31 16:33:58 -06:00
Jacob Hammons
23d6960f12 Added doc for dockerng minion configuration options 2015-08-31 16:08:09 -06:00
Jacob Hammons
992edc3bb8 Doc bug fixes
Refs #26192
Refs #26638
Refs #26644
Refs #26108
2015-08-31 16:05:50 -06:00
Justin Findlay
e3aec144aa Merge pull request #26796 from jacobhammons/state-docs
Add doc for __states__
2015-08-31 15:37:29 -06:00
Jacob Hammons
06ac3bed42 Fixed typo 2015-08-31 13:53:59 -06:00
Jacob Hammons
45c1ff3543 Add doc for __states__ to writing states topic and 2015.8 release notes. Also added a missing line in release notes for git module updates.
Refs #21214
2015-08-31 13:51:31 -06:00
Joseph Hall
da161b9516 Merge pull request #26793 from rallytime/fix-name-stacktrace
Don't stacktrace if "name" is specified as a minion id in a map file
2015-08-31 13:24:25 -06:00
rallytime
8601e4b341 Don't stacktrace if "name" is specified as a minion id in a map file
Fixes #24021
2015-08-31 12:36:28 -06:00
Joseph Hall
7c8d0a09f6 Merge pull request #26790 from rallytime/saltify_docs
Update Saltify docs to be more accurate and helpful
2015-08-31 12:17:31 -06:00
rallytime
d53754f2b7 Update Saltify docs to be more accurate and helpful 2015-08-31 12:02:23 -06:00
Justin Findlay
70d0268c83 Merge pull request #26787 from jfindlay/imp
merge #26775
2015-08-31 11:52:45 -06:00
Nigel Kukard
50c6c349a9 Default to using more reliable virt detection
Default to using more reliable virtualization detection.

Better handling of lspci capabilities.
2015-08-31 17:41:06 +00:00
Justin Findlay
e5bbf59ec7 disable import lint in run.py 2015-08-31 11:25:54 -06:00
Mike Place
f0c9dff9bf Merge pull request #26690 from whiteinge/base64_decode
Add execution module and state module to base64 encode/decode files
2015-08-31 08:51:13 -06:00
Mike Place
ae9d39c637 Merge pull request #26764 from sjorge/is_proxy-sunos
salt.utils.is_proxy() is no longer always true on SunOS/Illumos/SmartOS
2015-08-31 08:42:27 -06:00
Mike Place
645998dbd3 Merge pull request #26759 from terminalmage/bp-26726
Backport PR #26726 to 2015.5 branch
2015-08-31 08:39:20 -06:00
Mike Place
517f47570a Merge pull request #26772 from sjorge/vmadm-2015.8-fixup
pull in smartos 'virt' module from develop
2015-08-31 08:33:30 -06:00
Mike Place
6b7f3db546 Merge pull request #26785 from s0undt3ch/develop
Revert "setup.py: remove raw string formatting"
2015-08-31 08:30:31 -06:00
Daniel Hobley
fc724158de Added the ability to set permanent environment variables on windows 2015-08-31 13:47:29 +02:00
Pedro Algarvio
58df84e0d1 Revert "setup.py: remove raw string formatting"
This reverts commit b6c732219c.

We actually need the `repr()` version of the object.

Fixes #26774
2015-08-31 12:13:37 +01:00
Pedro Algarvio
2188867b3d Revert "We need the repr() for the version tuple."
This reverts commit 03af591129.
2015-08-31 12:10:53 +01:00
netudima
c464439b8b Update state.py
propagate state id value to state events
2015-08-31 12:07:12 +09:00
Anton D
8aef725243 Restore blank lines again. 2015-08-30 22:37:13 +12:00
Anton D
1710070f61 Restore blank line. 2015-08-30 22:33:16 +12:00
Anton D
59d61a8dea os module no longer required. 2015-08-30 22:29:23 +12:00