Commit Graph

23294 Commits

Author SHA1 Message Date
C. R. Oldham
f61cffc6c7 Check to make sure the virtualenv's Python is actually executable. 2013-11-27 15:53:34 -07:00
Joseph Hall
1af467eb54 Merge pull request #8864 from s0undt3ch/issues/8784-writable-deploy.d
Update the salt bootstrap script to a writeable path
2013-11-27 13:01:05 -08:00
Pedro Algarvio
9b395df1f4 Typo 2013-11-27 20:29:57 +00:00
Pedro Algarvio
4ffd0b4f2c Update the salt bootstrap script to a writeable path. Fixes #8784. 2013-11-27 20:27:09 +00:00
Pedro Algarvio
6c6eeb551f Fix the path to the built-in cloud deploy scripts. 2013-11-27 20:25:10 +00:00
Thomas S Hatch
aa4bdc043b Fix pylint errors in tests 2013-11-27 10:50:55 -07:00
Joseph Hall
0351da57c6 Merge pull request #8860 from cachedout/smtp_returner_test
Unit-test SMTP returner.
2013-11-27 09:18:52 -08:00
Mike Place
4108fb72a2 Unit-test SMTP returner. 2013-11-27 10:10:51 -07:00
Joseph Hall
1e8ec10f33 Merge pull request #8859 from techhat/cloudstate
Adding cloud execution and state modules
2013-11-27 09:10:29 -08:00
Joseph Hall
6dcc13ca8d Adding cloud execution and state modules 2013-11-27 10:07:59 -07:00
Thomas S Hatch
b6f1ddc9cc Don't return sets, cast to lists 2013-11-27 09:49:40 -07:00
Joseph Hall
6ca9ba805a Merge pull request #8858 from basepi/eventfirecli
Fix the event firing CLI examples
2013-11-27 08:51:05 -08:00
Colton Myers
889eb74b4a Fix the event firing CLI examples
Data must be formed as a dict
2013-11-27 09:46:01 -07:00
Joseph Hall
d8b609c279 Merge pull request #8857 from basepi/minioneventlisten
Fix eventlisten.py for minion event bus
2013-11-27 08:43:20 -08:00
Colton Myers
dd2883dff8 Fix eventlisten.py for minion event bus
The sock_dir modification was happening after the minion opts had
already returned.  Just make sure it happens before any return
statement.
2013-11-27 09:39:52 -07:00
Thomas S Hatch
33a719c1d4 Merge pull request #8848 from terminalmage/tests
Add pkgrepo.managed test SLS for Ubuntu
2013-11-27 08:10:12 -08:00
Thomas S Hatch
e0a2d8dbf9 Merge pull request #8838 from shadowfax-chc/hgfs-too-many-processes
Added missing closes to hgfs.
2013-11-27 08:08:34 -08:00
Joseph Hall
58cca630ae Merge pull request #8851 from regilero/docfix
Document the fact use does not inherit requisites, @ref #8796
2013-11-27 06:52:59 -08:00
Pedro Algarvio
19d8a81886 Merge pull request #8855 from s0undt3ch/hotfix/tests-pylint-fixes
tests suite pylint fixes
2013-11-27 05:39:24 -08:00
Pedro Algarvio
906b93ecfe Merge pull request #8854 from pille/fix-doc-sphinx
fix missing blanks in sphinx syntax
2013-11-27 05:12:34 -08:00
Pedro Algarvio
6e596738de Disable some PyLint warnings. 2013-11-27 13:07:24 +00:00
Pedro Algarvio
aa8ead9897 Remove duplicate method 2013-11-27 13:06:59 +00:00
Pedro Algarvio
77df007d2f Ignore the exception not declared Pylint error. 2013-11-27 13:04:45 +00:00
Pedro Algarvio
b21bf4b682 Extra or misplaced white-space 2013-11-27 12:59:56 +00:00
Pedro Algarvio
880c9b5cff Fix PEP8 E261 - White space before inline comment 2013-11-27 12:56:35 +00:00
Pedro Algarvio
b34377612e Remove extra white-space. 2013-11-27 12:54:34 +00:00
Pedro Algarvio
ac8963b286 Ignore the relative import warning. 2013-11-27 12:54:13 +00:00
Pedro Algarvio
f2e3a4aebe Fix PyLint C0322 and C0324 - Spaces around opertor and commas 2013-11-27 12:48:53 +00:00
Pedro Algarvio
eea0001942 Fix PyLint W0105(String statement has no effect) 2013-11-27 12:32:54 +00:00
Pedro Algarvio
7164ac1826 Fix Undefined variable 2013-11-27 12:31:27 +00:00
Pedro Algarvio
b841c7fdbe Indexed .format() curly braces! 2013-11-27 12:14:30 +00:00
Pedro Algarvio
0ae1a15c61 PEP8 E302 and E303 blank lines fixes. 2013-11-27 12:11:45 +00:00
pille
c539625f49 fix missing blanks in sphinx syntax 2013-11-27 13:07:41 +01:00
Pedro Algarvio
14b59ac073 Include the coding header. 2013-11-27 12:04:43 +00:00
Pedro Algarvio
08c5c8e83a Fix PyLint W1401, anomalous backslash. 2013-11-27 11:24:26 +00:00
Pedro Algarvio
d02a2bc224 Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00
Pedro Algarvio
b89252b264 The docker tests need docker. Skip them if not available. 2013-11-27 10:36:51 +00:00
regilero
1e855fdef1 Document the fact use does not inherit requisites, @ref #8796 2013-11-27 09:41:34 +01:00
Erik Johnson
55b870e43a Add pkgrepo deps for ubuntu
This fixes travis failures due to needed python module not being
installed.
2013-11-26 23:55:26 -06:00
Erik Johnson
f56ad56a5a Add pkgrepo.managed test SLS for Ubuntu
pkgrepo.absent is not behaving properly, will add a test case for
pkgrepo.absent later once I've had a chance to troubleshoot.
2013-11-26 23:22:59 -06:00
Max Horlanchuk
46977d7b40 Allow Facter to load Puppet-specific facts 2013-11-27 15:28:09 +11:00
Max Horlanchuk
292c9350fb Merge remote-tracking branch 'upstream/master' into develop 2013-11-27 15:16:23 +11:00
Joseph Hall
b531916cc4 Merge pull request #8844 from blakfeld/develop
Fixed formatting error
2013-11-26 18:49:42 -08:00
Corwin Brown
f986db89e3 Fixed formatting error 2013-11-26 20:22:50 -06:00
Thomas S Hatch
4b813e59f9 Merge pull request #8837 from micahhausler/develop
Fixes #8836 - Add env param/documentation to cmd.wait
2013-11-26 14:31:05 -08:00
Thomas S Hatch
eaaebd7f1e Merge pull request #8835 from blakfeld/develop
Added documentation on how to have a job run 'every x minutes'
2013-11-26 14:30:18 -08:00
Thomas S Hatch
3ee05e605a Merge pull request #8839 from cachedout/mysql-unit-tests
MySQL execution module unit testing.
2013-11-26 14:28:32 -08:00
Mike Place
ad3a4e11b3 Oops. Didn't see the naming scheme for unit tests. 2013-11-26 15:27:43 -07:00
Mike Place
3326dbfd98 First-pass at establishing a unit-testing framework for the mysql execution module. 2013-11-26 15:16:42 -07:00
shadowfax-chc
19294b58c0 Added missing closes to hgfs.
This should resolve #8811 and possibly #8810.
2013-11-26 16:28:48 -05:00