Commit Graph

29480 Commits

Author SHA1 Message Date
David Boucha
f2b9c9ccaa add proper file extension to md5 files 2014-04-20 18:37:59 -06:00
Seth House
31f23e5e5c Missed one *nix
Missed this in 5f2379b.
2014-04-20 17:54:50 -06:00
Seth House
5f2379b429 Revert "Fix anomalous back slash."
This reverts commit fa2e04c2a5.

Converting the docstrings to raw feels like overkill just to allow the
"*nix" string. Let's just use "Unix" instead.
2014-04-20 16:14:08 -06:00
Erik Johnson
c8a3f74d7e Avoid traceback for unexpected pkgin/pkg_info output 2014-04-20 16:13:12 -05:00
Seth House
ca98f65796 Merge pull request #12154 from whiteinge/event-state-module
Fleshed out placeholder events state module
2014-04-20 13:09:11 -06:00
Seth House
4456d61125 Fleshed out placeholder events state module
This module was prematurely swept up in cb2a238.
2014-04-20 12:50:10 -06:00
Joseph Hall
401d6f162d Merge pull request #12152 from mafrosis/salt-cloud-destroy
Don't set profile var as VM name when destroying
2014-04-20 08:22:23 -06:00
mafro
84a117ba3f Don't set profile var as VM name when destroying 2014-04-20 18:10:44 +10:00
Pedro Algarvio
e370b4f939 Merge pull request #12150 from s0undt3ch/hotfix/transifex-updates
Update `doc/.tx/config`
2014-04-20 04:26:04 +01:00
Jenkins
e5a8837138 Update doc/.tx/config
Signed-off-by: Pedro Algarvio <pedro@algarvio.me>
2014-04-20 04:21:39 +01:00
Joseph Hall
57fa96ce93 Merge pull request #12148 from s0undt3ch/hotfix/jenkins
Several Lint Fixes
2014-04-19 19:29:41 -06:00
Pedro Algarvio
abd8165916 Use proper variable names for the exceptions. 2014-04-20 02:26:21 +01:00
Pedro Algarvio
fa2e04c2a5 Fix anomalous back slash. 2014-04-20 01:58:39 +01:00
Pedro Algarvio
0671871ca7 Replace string substitution with string formatting. 2014-04-20 01:54:46 +01:00
Erik Johnson
7042f43bc6 Merge pull request #12134 from cachedout/12131
Fix exception if no text is found to append
2014-04-19 17:51:35 -05:00
Pedro Algarvio
9d0932246b Merge pull request #12146 from slai/develop
Fixed the docs for file.truncate so it actually reflects what it does
2014-04-19 07:49:14 +01:00
Samuel Lai
c36114268e Fixed the docs for file.truncate so it actually reflects what it does. 2014-04-19 16:11:32 +10:00
Damian Myerscough
33afe4d5e0 Fix #12137 where minions fail to perform a highstate when starting even when instructed 2014-04-18 22:27:36 -07:00
Joseph Hall
f34dc6dadb Merge pull request #12144 from hulu/genesis-fixes
minor genesis module fixes
2014-04-18 20:43:17 -06:00
Chris Rebert
119efcb015 modules.genesis.bootstrap(): pass repo_url arg thru to _bootstrap_deb()
************* Module salt.modules.genesis
salt/modules/genesis.py:36: [W0613(unused-argument), bootstrap] Unused argument 'repo_url'
2014-04-18 19:29:14 -07:00
Chris Rebert
81735039a9 verticalize modules.genesis.bootstrap params since there are so many 2014-04-18 19:22:21 -07:00
Pedro Algarvio
1a411c2691 Merge pull request #12142 from hulu/aws-sqs-logging
rm seemingly-redundant logging import in modules.aws_sqs
2014-04-19 02:51:39 +01:00
Chris Rebert
f945ca2580 rm seemingly-redundant logging import in modules.aws_sqs
************* Module salt.modules.aws_sqs
salt/modules/aws_sqs.py:221: [W0621(redefined-outer-name), delete_queue] Redefining name 'logging' from outer scope (line 5)
salt/modules/aws_sqs.py:221: [W0404(reimported), delete_queue] Reimport 'logging' (imported line 5)
2014-04-18 18:41:11 -07:00
Joseph Hall
94c4dbc36d Merge pull request #12101 from lyft/boto-sqs
Initial commit of boto_sqs state and module
2014-04-18 18:29:27 -06:00
Seth House
91935daa96 Added versionadded directives to the new test state module 2014-04-18 17:24:50 -06:00
Pedro Algarvio
0a8850d69f Merge pull request #12139 from terminalmage/update-spec
Update spec file for 2014.1.3
2014-04-19 00:22:13 +01:00
Erik Johnson
5ed7be5b2e Update spec file for 2014.1.3 2014-04-18 18:19:14 -05:00
David Boucha
76e3526365 Merge pull request #12138 from whiteinge/doc-loader-funcs
Documented using the loader interface from the Python level
2014-04-18 17:17:55 -06:00
Seth House
4a5926bc6c Merge pull request #12136 from UtahDave/develop
better handle empty queue
2014-04-18 17:17:16 -06:00
Seth House
85c929112c Documented using the loader interface from the Python level 2014-04-18 17:14:35 -06:00
Ryan Lane
4c0948f0df Fix docs for boto_sqs module and state 2014-04-18 16:09:12 -07:00
David Boucha
4661659e21 fix pylint space error 2014-04-18 17:07:04 -06:00
David Boucha
41eb1d8b68 better handle empty queue 2014-04-18 16:56:54 -06:00
Joseph Hall
2fe201590a Merge pull request #12132 from cachedout/12130
Try to create a file when appending if it doesn't exist.
2014-04-18 16:18:20 -06:00
Mike Place
db1f84c63e Fix exception if no text is found to append 2014-04-18 16:08:48 -06:00
Mike Place
7a3757b865 Try to create a file when appending if it doesn't exist. 2014-04-18 15:39:07 -06:00
Seth House
c87aa30c03 Misc rST fixes 2014-04-18 15:12:18 -06:00
Joseph Hall
dc9139f7cd Merge pull request #12129 from cachedout/6079
Disk mounting improvements and bug fixes
2014-04-18 14:26:57 -06:00
Mike Place
69f16d0dd8 Pylint 2014-04-18 14:15:39 -06:00
Colton Myers
dbeac4e02c Ensure that the 'id' grain available to pillar is valid 2014-04-18 14:03:00 -06:00
Mike Place
8e7e814432 Detect changed mount options and remount if necessary. 2014-04-18 13:57:16 -06:00
Joseph Hall
5ec068d2d7 Merge pull request #12126 from terminalmage/docs
more clarification/info on dunder objects
2014-04-18 13:45:48 -06:00
Erik Johnson
03c6db7b22 tweak wording 2014-04-18 14:43:18 -05:00
Erik Johnson
7ec19cd39f more clarification/info on dunder objects 2014-04-18 14:40:39 -05:00
Ryan Lane
c1414fd3ed Fix debug code snafu in boto_sqs module 2014-04-18 12:23:14 -07:00
Ryan Lane
0e6b7817bf Change created/deleted to present/absent 2014-04-18 12:20:10 -07:00
Joseph Hall
6e398954ec Merge pull request #12124 from UtahDave/develop
Make sure queue exists before attempting to use it.
2014-04-18 13:14:58 -06:00
Mike Place
ba81f68f73 Rewrite docstring to be more clear. 2014-04-18 13:08:08 -06:00
Alex Lusco
3696003053 Adds kwargs to the ddns module to support passing through keyfile
This allows for passing in additional module parameters such as keyfile
to support signed ddns updates.
2014-04-18 12:07:08 -07:00
Seth House
7c59da6dce Added training graphic 2014-04-18 13:02:23 -06:00