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
Erik Johnson
180699ee7d
Hide alias functions from docs
2013-12-20 13:40:06 -06:00
Erik Johnson
570cef8f34
Rewrite memcached state/module
2013-12-20 13:39:37 -06:00
Thomas S Hatch
f4a4378292
Clean up dockerio state docs
...
@kiorky, did I miss anything? Also we want the docs to never
be in first person, still need to clean this up.
2013-12-20 12:32:14 -07:00
Seth House
eee383f8d3
Merge pull request #9376 from jacksontj/develop
...
Move the check_max_open_files into loop_interval.
2013-12-20 11:29:16 -08:00
Thomas Jackson
ff64040edc
Move the check_max_open_files into loop_interval.
...
Since check_max_open_files has no bearing on wether we accept the minion or not, there is no reason to list the directory on every auth call. With this mechanism it is a "fixed cost" since it will run at loop_interval instead of on each auth call
2013-12-20 11:19:02 -08:00
Seth House
a3e3b89cb8
Merge pull request #9373 from MTecknology/develop
...
Added reactor documentation
2013-12-20 11:10:27 -08:00
Mike Place
cdb1df6a29
Merge pull request #9374 from SaveTheRbtz/develop
...
Do not waste CPU cycles on stat(2) on each _auth
2013-12-20 11:03:30 -08:00
Michael Lustfield
e9f500bcfe
Made two blocks into code blocks.
2013-12-20 12:40:13 -06:00
Michael Lustfield
66286c8a86
Added example for using the reactor system.
2013-12-20 12:26:25 -06:00
Michael Lustfield
8569a84f1c
Added information about eventlisten.py
2013-12-20 12:25:29 -06:00
Seth House
59babc15e8
Merge pull request #9343 from bigkraig/develop
...
Added a defaults module that allows a formula to contain default values for pillar data
2013-12-20 09:56:20 -08:00
David Boucha
09ccb83e6f
Merge pull request #9371 from thematthopkins/powershell_permissions_fix
...
Change Powershell command to trust all scripts run by salt
2013-12-20 08:56:15 -08:00
Thomas S Hatch
ca1aa3eb79
Merge pull request #9294 from westurner/dockerio_docs_wip
...
dockerio module: docs syntax and formatting
2013-12-20 08:47:48 -08:00
Thomas S Hatch
b3ddce56dc
Merge pull request #9365 from whiteinge/test-eauth-token
...
Add integrations tests for master_call eauth & token for RunnerClient and WheelClient
2013-12-20 08:46:29 -08:00
Thomas S Hatch
d8465f5d33
Merge pull request #9364 from kenatbasis/fix_typo_copyfile
...
Error message in copyfile now uses dest and not source
2013-12-20 08:44:38 -08:00
Thomas S Hatch
1b5c648a0b
Merge pull request #9360 from basepi/sockdir8365
...
Check for, and attempt to create, SOCK_DIR in minion tune_in, Fix #8365
2013-12-20 08:44:09 -08:00
Thomas S Hatch
9251d6f7c8
Merge pull request #9358 from basepi/failedtoupdate9348
...
Fix language for "failed to update" packages, Fix #9348
2013-12-20 08:43:45 -08:00
Mike Place
4176354820
Pylint fixes for regex errors.
2013-12-20 09:42:15 -07:00
Mike Place
40ecf088f2
Work on salt.utils unit testing.
2013-12-20 08:34:33 -07:00