Commit Graph

29475 Commits

Author SHA1 Message Date
David Boucha
26609bc751 Add sqs receive and delete functions 2014-04-17 17:22:17 -06:00
Narcolapser
b54277be7d Figured it out. The varible 'res' is used to keep track of where you
are in the enum of the users. this was used also to know when to
kick out of the while loop. This is one of those moments where you
wish that python had a "do while" feature. So i peiced something
together that allows res to start at 0 instead of 1. This solved the
problem of the first user being dropped from the list of users.
2014-04-18 00:16:38 +01:00
Seth House
88041caa0b Merge pull request #12091 from cachedout/1264
Write test for ownership of file.managed with makedirs=True
2014-04-17 16:05:26 -06:00
Mike Place
2ce051d6c3 Merge pull request #12092 from cachedout/win_file_pylint
Pylint for W1401
2014-04-17 15:45:59 -06:00
Mike Place
07e2920926 Pylint for W1401 2014-04-17 15:45:10 -06:00
Thomas S Hatch
bea8125853 Merge pull request #12076 from cachedout/12070
Display output from mine.get runner
2014-04-17 15:43:24 -06:00
Mike Place
f717aa6004 Write test for ownership of file.managed with makedirs=True 2014-04-17 15:36:08 -06:00
Colton Myers
4cd38ed338 Merge pull request #12088 from terminalmage/quickfix
Fix warn_until call
2014-04-17 15:19:59 -06:00
Joseph Hall
0a760d7d61 Merge pull request #12008 from garethgreenaway/develop
Adding the ability to invert rules in the iptables module and state.
2014-04-17 15:18:17 -06:00
Thomas S Hatch
57dbf4d8da Merge branch '9379-win-symlinks' of git://github.com/slai/salt into slai-9379-win-symlinks
Conflicts:
	salt/modules/win_file.py
2014-04-17 15:03:48 -06:00
Seth House
1610bda84b Pulled Jinja docs back into the code
We were accumulating two versions of the docs since people update
docstrings as they hack but only one was getting rendered on the site.

Hopefully this is a happy middle-ground by spreading the docs around a
bit and pulling them in to a central location.
2014-04-17 14:24:15 -06:00
Erik Johnson
3abfc2c904 Fix warn_until call
This is pointing at a release using the old versioning scheme.
2014-04-17 15:11:08 -05:00
Mike Place
59e0f97ed2 Merge pull request #12087 from cachedout/event_pylint
Pylint for event.py
2014-04-17 14:02:43 -06:00
Mike Place
b581ff23b4 Pylint for event.py 2014-04-17 14:01:57 -06:00
Joseph Hall
51334f5302 Merge pull request #12084 from cachedout/12079
Fix broken eventlisten and small refactor.
2014-04-17 13:46:46 -06:00
Mike Place
e93d73d39c Fix broken eventlisten and small refactor. 2014-04-17 13:30:53 -06:00
Samuel Smith
652d88ea15 Merge pull request #12083 from SmithSamuelM/sam_raet_37
Updated Salt to use new IoFlo naming convention
2014-04-17 12:59:41 -06:00
Samuel M Smith
307cf7844c Updated Salt to use new IoFlo naming convention 2014-04-17 12:57:39 -06:00
Seth House
138cf6ff81 Merge branch 'doc-new-additions' into develop 2014-04-17 12:40:58 -06:00
Seth House
cb2a2385b6 Host of misc rST fixes 2014-04-17 12:37:04 -06:00
Pedro Algarvio
6cfb78c6ef Merge pull request #12081 from s0undt3ch/develop
Provide a way to specify the VM's name prefix.
2014-04-17 19:22:41 +01:00
Seth House
14515c3c8b Added generated templates for the new additions 2014-04-17 12:20:07 -06:00
Pedro Algarvio
6206175bea Provide a way to specify the VM's name prefix. 2014-04-17 19:19:40 +01:00
Seth House
d2f057b0fd Combed through all the module types to add recent additions to the docs 2014-04-17 12:16:26 -06:00
Erik Johnson
3545b4bbab Fix test=True output for supervisord.running state
This commit properly identifies when no action needs to be taken and
returns True in those cases.
2014-04-17 12:55:42 -05:00
Mike Place
5a0dc4b4d0 Display output from mine.get runner 2014-04-17 10:17:52 -06:00
Joseph Hall
dff03061c4 Merge pull request #12075 from mtorromeo/fix/keystone-tenant
Fix adding tenant to keystone user with no previous tenant assigned
2014-04-17 09:19:27 -06:00
Mike Place
6cb3c75ae4 Merge pull request #12074 from FrimaStudio/issue_12073_enable_gpu_grains_validation
Fixed enable_gpu_grains option by validate the option before the lspci c...
2014-04-17 09:05:19 -06:00
Massimiliano Torromeo
c1642db1d0 Fix adding tenant to keystone user with no previous tenant assigned 2014-04-17 16:46:10 +02:00
evilNullPointer
c605704d58 Fixed enable_gpu_grains option by validate the option before the lspci check 2014-04-17 10:36:01 -04:00
Narcolapser
75d981bede oh. this may be sticker than I think. It doesn't seem to be a problem directly in the function. some how it just isn't getting all the users from windows. 2014-04-17 15:07:22 +01:00
Thomas S Hatch
eb03e88c60 Merge pull request #12054 from whiteinge/salt-grains-changes
Added missing truthy changes to the grains states return
2014-04-17 07:38:09 -06:00
Pedro Algarvio
6a327c69ae Merge pull request #12069 from techhat/issue12062
Parted updates as per @davidone
2014-04-17 14:16:40 +01:00
Pedro Algarvio
df9657f567 Merge pull request #12068 from techhat/sensors
Cleaning up code as per @s0undt3ch
2014-04-17 14:08:44 +01:00
Joseph Hall
f63d866b40 Update __virtual__ for parted dependencies 2014-04-17 06:47:27 -06:00
Joseph Hall
6c5ee23313 Add revised code from @davidone #12062 2014-04-17 06:42:18 -06:00
Joseph Hall
41f77b3374 Cleaning up code as per @s0undt3ch 2014-04-17 06:35:12 -06:00
Joseph Hall
b48cdaa382 Merge pull request #12060 from cachedout/sensors2
An execution module to pull data from lm-sensors
2014-04-17 06:34:18 -06:00
Joseph Hall
5bc54a2572 Merge pull request #12067 from conkiztador/develop
Fix doc typo
2014-04-17 06:23:34 -06:00
Kieran Spear
20c2583b8e Fix doc typo 2014-04-17 22:18:20 +10:00
Seth House
9646ef9706 Switch Google search to search box only
This takes the user to Google's site directly instead of opening a new
window for each query.
2014-04-17 01:23:35 -06:00
David Boucha
e271af84b2 Merge pull request #12061 from UtahDave/develop
Point docs to the 2014.1.3 Windows Installers
2014-04-17 00:45:12 -06:00
David Boucha
a15d861f05 Point docs to the 2014.1.3 Windows Installers 2014-04-17 00:43:19 -06:00
Seth House
a133c15e77 Merge branch 'doc-google-custom-search' into develop 2014-04-17 00:06:00 -06:00
Seth House
f723c4e8dd Remove OpenSearch configuration
I don't know what this is or does.
2014-04-16 23:59:45 -06:00
Seth House
b01bf7cab0 Add environment variable check to switch search providers
Using Google's search is an opt-in. Defaults to Sphinx-native
search.
2014-04-16 23:59:40 -06:00
Seth House
2c659f033b Remove RTD check for theme selection 2014-04-16 23:58:58 -06:00
Seth House
ffc35fb565 Add template for using Google's customized search 2014-04-16 23:58:11 -06:00
Mike Place
2dfdbfba97 An execution module to pull data from lm-sensors 2014-04-16 22:50:28 -06:00
Seth House
fbed073db4 Added missing truthy changes to the grains states return 2014-04-16 22:18:27 -06:00