Commit Graph

24120 Commits

Author SHA1 Message Date
Forrest Alvarez
ef303d2807 Fixed a typo in the troubleshooting index, copied over some content from the index to both the master and the minion, and cleaned them up to be more relevant to each. 2013-12-23 05:43:58 +00:00
Pedro Algarvio
9d992813b2 Merge pull request #9401 from cachedout/unit-tests
More detailed testing against the state verifier utility.
2013-12-22 18:35:44 -08:00
Mike Place
fab5535240 test is_true 2013-12-22 19:23:45 -07:00
Mike Place
647f954c7c More detailed testing against the state verifier utility. 2013-12-22 19:15:59 -07:00
Pedro Algarvio
9f53d8db29 Merge pull request #9399 from cachedout/ipc-test-skip
Don't run event tests on systems that can't support them.
2013-12-22 15:53:57 -08:00
Erik Johnson
4ccdc5b111 Clean up some of the cmd state docs 2013-12-22 17:52:15 -06:00
Mike Place
451cd8d7ea Default var and typo. 2013-12-22 16:40:09 -07:00
Mike Place
0ef7c56e11 Doh. Typo. 2013-12-22 16:37:07 -07:00
Mike Place
dc5874fb1c Don't run event tests on systems that can't support them. 2013-12-22 16:33:07 -07:00
Joseph Hall
911e696b27 Merge pull request #9393 from benib/develop
adds IPv6 lookup to dig module
2013-12-22 13:02:11 -08:00
Joseph Hall
b3a317a709 Merge pull request #9397 from malept/fix-states-archive-docs
Fix docs for salt.state.archive
2013-12-22 12:57:52 -08:00
Thomas S Hatch
c14d13ae6e Merge pull request #9396 from makinacorpus/buildouttest
Again, more robustness for zcbuildout tests
2013-12-22 12:49:07 -08:00
Mark Lee
b92458d3c0 Fix docs for salt.state.archive
Example sls is under-indented.
2013-12-22 12:24:14 -08:00
Mathieu Le Marec - Pasquet
1365688bf7 Again, more robustness for zcbuildout tests 2013-12-22 18:52:54 +00:00
bb
ab7c688779 adds IPv6 lookup to dig module 2013-12-22 18:18:52 +01:00
Joseph Hall
f385251aa8 Merge pull request #9392 from makinacorpus/fix-doc
Review Fix for @westurner and @thatch45 changes on dockerio doc
2013-12-22 07:27:24 -08:00
Mathieu Le Marec - Pasquet
4702f9501c Review Fix for @westurner and @thatch45 changes on dockerio doc 2013-12-22 14:57:31 +00:00
Joseph Hall
2d9bcfdb56 Merge pull request #9391 from techhat/clouddocs
Update sentence describing the getting started guides
2013-12-21 18:13:59 -08:00
Joseph Hall
cc40351668 Update sentence describing the getting started guides 2013-12-21 19:12:47 -07:00
Erik Johnson
29ec37be33 Add quick paragraph about needing compiler
A compiler is required to build M2Crypto, this commit adds a short
paragraph as a reminder of this fact.
2013-12-21 11:45:21 -06:00
Thomas S Hatch
c1d2190c97 Merge pull request #9388 from gravyboat/develop
Updated contents.rst, added to minion/master troubleshooting.
2013-12-21 00:07:23 -08:00
Thomas S Hatch
3fb7839bfc Merge pull request #9386 from cvrebert/patch-3
yumpkg5 mod: rm unused import of `re` module
2013-12-21 00:06:57 -08:00
Thomas S Hatch
a146c88faf Merge pull request #9385 from cvrebert/patch-2
incron module: rm unused import of random
2013-12-21 00:06:41 -08:00
Forrest Alvarez
17c8af56c9 Made some more updates to the master and minion troubleshooting docs to get rid of errors. 2013-12-21 06:38:47 +00:00
Forrest Alvarez
b3c6c6b56e Updated the contents.rst so it pulls in more info from the topics, added some preliminary data for the master/minion docs so it stops erroring, did not delete the relevant sections from the main index. 2013-12-21 06:19:45 +00:00
Joseph Hall
cb90729b82 Merge pull request #9384 from cvrebert/patch-1
incron state: rm unused imports
2013-12-20 18:13:02 -08:00
Chris Rebert
d5d4f7bccf yumpkg5 mod: rm unused import of re module
************* Module salt.modules.yumpkg5
salt/modules/yumpkg5.py:10: [W0611(unused-import), ] Unused import re
2013-12-20 18:12:59 -08:00
Chris Rebert
2cd96dda2f incron module: rm unused import of random
************* Module salt.modules.incron
salt/modules/incron.py:9: [W0611(unused-import), ] Unused import random
2013-12-20 18:11:00 -08:00
Chris Rebert
c979e7054d incron state: rm unused import
************* Module salt.states.incron
salt/states/incron.py:44: [W0611(unused-import), ] Unused import os
salt/states/incron.py:47: [W0611(unused-import), ] Unused import salt
salt/states/incron.py:49: [W0611(unused-import), ] Unused import _needs_change
2013-12-20 18:08:28 -08:00
Thomas S Hatch
11ee832086 Line fixes 2013-12-20 17:23:35 -07:00
Thomas S Hatch
55b9e89789 Merge pull request #9383 from cachedout/postgres-unit-test-fix
Update unit test to match PG fix.
2013-12-20 16:28:26 -08:00
Mike Place
06810a1597 Update unit test to match PG fix. 2013-12-20 17:24:56 -07:00
Thomas S Hatch
706665ff0d Merge pull request #9382 from cachedout/docker-unit-tests
Unit testing
2013-12-20 16:17:58 -08:00
Mike Place
b77fce5816 Many more unit tests for salt.utils
Small doc change.
2013-12-20 17:12:49 -07:00
Colton Myers
4a78c2e40d Merge pull request #9380 from cachedout/#9372
Fix regression in postgres module.
2013-12-20 14:44:31 -08:00
Seth House
a0ef5f7964 Updated doc title to reflect actual module name
Refs #9366
2013-12-20 15:35:28 -07:00
Mike Place
a391a7155c Fix regression in postgres module.
Closes #9372
2013-12-20 14:52:14 -07:00
Thomas S Hatch
99cc12ddc5 This test is passing in standalone environments but not in Jenkins
I am stubbing it out and we will need to come back to it
2013-12-20 13:56:26 -07:00
Thomas S Hatch
b63c0449ac Stub out bad test 2013-12-20 13:55:37 -07:00
Thomas S Hatch
d713cb919c Fix missed import 2013-12-20 13:52:45 -07:00
Mike Place
05b78e30bc More utils testing. 2013-12-20 13:47:01 -07:00
Pedro Algarvio
edcf47ccc2 White-space related lint fixes. 2013-12-20 20:02:05 +00:00
Pedro Algarvio
015c7244ba Remove last empty line. 2013-12-20 19:54:26 +00:00
Pedro Algarvio
96731009f4 White-space related lint fixes. 2013-12-20 19:49:34 +00:00
Pedro Algarvio
108c6b5c01 Remove trailing white-space. 2013-12-20 19:48:10 +00:00
Pedro Algarvio
21870e8f6c White-space related lint fixes. 2013-12-20 19:48:10 +00:00
Thomas S Hatch
863b7c1b10 Merge pull request #9378 from garethgreenaway/develop
Support for inotify cron
2013-12-20 11:47:44 -08:00
Thomas S Hatch
f2a8587940 Merge pull request #9377 from terminalmage/issue9363
Full rewrite of memcached state and execution module
2013-12-20 11:44:36 -08:00
Gareth J. Greenaway
76f63a057a Merge remote-tracking branch 'upstream/develop' into develop 2013-12-20 11:42:50 -08:00
Gareth J. Greenaway
6b494ab1b8 Initially adding support for inotify cron to Salt. 2013-12-20 11:40:43 -08:00