Mike Place
d22161eebc
Add instructions on using pylint to the Salt style coding style guidelines.
2013-12-13 10:11:23 -07:00
vs
bb0e10a0b3
added default value of 4096 bits to config for master and minion RSA-Key
...
modified key-generation for master and minion to use self.opts['keysize'] instead of defaulting to 4096
2013-12-13 17:50:11 +01:00
Mike Place
827514098f
More tests.
2013-12-13 09:45:05 -07:00
Mike Place
857cacf26e
format instead of printf
2013-12-13 09:37:39 -07:00
Mike Place
eeba7dffbe
Merge pull request #9230 from Psycojoker/develop
...
more debug verbose output for git.latest
2013-12-13 08:35:08 -08:00
Laurent Peuch
fc50ec3439
more debug verbose output for git.latest
2013-12-13 17:19:44 +01:00
Luka Blaskovic
44d0634e9f
Add complete option parsing for Debian bridge interfaces
...
Inspired by bond option parsing.
Bridge option checks are based on debian man page:
http://manpages.debian.net/cgi-bin/man.cgi?query=bridge-utils-interfaces
2013-12-13 16:18:47 +01:00
Luka Blaskovic
b200697ea6
Fix bond and bridge option rendering order, add more bridge options
...
Better way of handling option ordering in bond and bridge interfaces
and add missing bridge options.
2013-12-13 16:16:22 +01:00
Luka Blaskovic
de746c7073
Revert "Always generate same order of bonding options"
...
This reverts commit 8db3b46069
.
2013-12-13 16:16:22 +01:00
Joseph Hall
c2ed034d96
Merge pull request #9229 from techhat/docfix
...
Minor typo fixes
2013-12-13 06:52:03 -08:00
Joseph Hall
750a28f5ef
Minor typo fixes
2013-12-13 07:50:46 -07:00
Pedro Algarvio
711f02066b
Merge pull request #9227 from blackduckx/develop
...
Fix for bug #9128 : issue with salt-master ttys with lvdisplay command
2013-12-13 03:07:31 -08:00
Frédéric Brin
41f8ccd487
Fix for bug #9128 : stdin issue with lvdisplay command
...
lvm related command breaks while checking the filedescriptor flags.
Setting flags to 'r+' fixes it.
'r+' Open for reading and writing. The stream is positioned at the
beginning of the file. (cf fopen man page)
2013-12-13 12:01:54 +01:00
Frédéric Brin
bfd9dcbe60
Revert "Fix for bug #9128 : issue with salt-master ttys with lvdisplay command"
...
This reverts commit 7ca28147a7
.
2013-12-13 12:01:20 +01:00
Frédéric Brin
f36ad46394
Revert "Updated fix for #9128 "
...
This reverts commit 29f86cbc01
.
2013-12-13 12:01:20 +01:00
Frédéric Brin
29f86cbc01
Updated fix for #9128
...
Better use 'r+' while opening stdin as recommanded by s0undt3ch
2013-12-13 10:12:27 +01:00
Pedro Algarvio
27a32c5849
Catch the proper exception. White-space fixes.
2013-12-13 08:12:00 +00:00
Seth House
78363be2e9
rST fixes
2013-12-12 23:29:57 -07:00
Seth House
1b83d3d16c
Added the new salt_projects doc to the TOC
2013-12-12 23:29:56 -07:00
Seth House
e6ed5e2889
Added docs for new execution and state modules
2013-12-12 23:29:56 -07:00
Seth House
fec0671fe3
rST fixes
2013-12-12 23:29:56 -07:00
Seth House
e252ee8f8a
Updated docs for buildout -> zcbuildout rename
2013-12-12 23:29:56 -07:00
Joseph Hall
738fb32e03
Merge pull request #9226 from techhat/cloudmodules
...
Add more detail on writing new cloud modules
2013-12-12 22:21:25 -08:00
Joseph Hall
a1a9281417
Add more detail on writing new cloud modules
2013-12-12 23:20:20 -07:00
Kaithar
b1ac292873
Made state_highstate more useful.
2013-12-13 05:47:25 +00:00
Seth House
2ef3953242
Merge pull request #9225 from gravyboat/develop
...
Fixed a typo in the Digital Ocean docs, and added a link over to their docs.
2013-12-12 21:37:50 -08:00
Forrest Alvarez
231626797c
Merge remote branch 'upstream/develop' into develop
2013-12-13 05:21:55 +00:00
Forrest Alvarez
9a7dcc4d60
Added a link over to the digital ocean docs.
2013-12-13 05:21:41 +00:00
Seth House
36f70bdcec
Correctly pass kwargs through to wheel.call_func
...
The change in 1de6204
broke what format_call() expects in
wheel.Wheel().call_func().
2013-12-12 22:03:38 -07:00
Kaithar
5836b1b040
Missing newline
2013-12-13 04:53:47 +00:00
Kaithar
866bc66bac
Unit test for including a state multiple times using pydsl.
2013-12-13 05:41:38 +00:00
Kaithar
6bd6c86783
Expose the highstate while we're building it, to let pydsl include correctly.
2013-12-13 05:40:18 +00:00
Forrest Alvarez
b6c9fe7a5c
Fixed a typo in the title of the digital ocean docs.
2013-12-13 04:52:10 +00:00
Thomas S Hatch
444b203072
Pass the psudo funcs into the renderer
2013-12-12 21:47:42 -07:00
Thomas S Hatch
39e849c314
pylint fixes
2013-12-12 20:51:28 -07:00
Mike Place
f42a956f42
Pylint
2013-12-12 17:06:12 -07:00
Mike Place
93129d8758
Laying the groundwork for overstate unit testing.
2013-12-12 17:04:40 -07:00
Thomas S Hatch
781bfe2455
remove reduntant faulty test
2013-12-12 15:18:36 -07:00
Thomas S Hatch
04222e0265
Merge pull request #9221 from basepi/prereqerror8235
...
Error out if prereq is not formed as a list, Fix #8235
2013-12-12 14:22:13 -08:00
Colton Myers
c6d000f7e7
Make the change on *both* verify_high calls
2013-12-12 15:14:53 -07:00
Thomas S Hatch
ea22369481
lint fixes for mysql tests
2013-12-12 15:13:20 -07:00
Thomas S Hatch
7957455ff9
some pylint fixes for mysql tests
2013-12-12 14:56:45 -07:00
Joseph Hall
a1ae2867d3
Merge pull request #9220 from techhat/issue9219
...
Correct the username and ssh key file variable names for GCE
2013-12-12 14:02:22 -08:00
Joseph Hall
bb11845d8b
Correct the username and ssh key file variable names for GCE
2013-12-12 15:01:35 -07:00
Thomas S Hatch
0f2a7974ae
Fix syntax issue in stateconf test
2013-12-12 14:52:14 -07:00
Thomas S Hatch
417c3ef439
Merge pull request #9150 from regilero/mysql_additions
...
Mysql additions
2013-12-12 13:51:56 -08:00
Colton Myers
3398563005
Force prereq to be formed as a list
2013-12-12 14:47:50 -07:00
Colton Myers
f899f0e5a9
Merge pull request #9218 from basepi/whichtrace
...
Only log salt.utils.which failures in trace (too verbose)
2013-12-12 13:47:31 -08:00
Colton Myers
736170cbf1
Only log salt.utils.which failures in trace (too verbose)
2013-12-12 14:47:00 -07:00
Thomas S Hatch
081af04c81
Fix #9217
2013-12-12 14:37:23 -07:00