Damian Myerscough
a30a9ddf43
Unhandled exception in salt-run #9750
2014-02-10 22:36:33 -08:00
Damian Myerscough
aa0acaec48
Notify the user if dmidecode could not be located
2014-01-26 00:01:11 -08:00
Damian Myerscough
990b05d290
Fixing #9694 master_uri is not updated when master_ip is updated
2014-01-16 21:40:14 -08:00
Damian Myerscough
c8c6112426
Fix #9520 State can't handle multiple swap partitions
2014-01-10 12:31:24 +01:00
Damian Myerscough
67126b5d84
Fix #9568 - users may accidentely quote the port number which will cause the mysql connection to fail
2014-01-08 20:09:45 +01:00
Damian Myerscough
65cde36f94
Fix #9511 multiple PID's cause unary operator expected
2014-01-06 19:46:33 +01:00
Damian Myerscough
4f30065911
Merge branch 'fix-init-script' of https://github.com/dmyerscough/salt into fix-init-script
2014-01-06 19:43:20 +01:00
Damian Myerscough
c6ed4980dc
Fix #9511 multiple PID's cause unary operator expected
2014-01-06 19:41:34 +01:00
Damian Myerscough
2f174a7370
Fixing #9511 multiple PID's cause unary operator expected
2014-01-06 16:26:37 +01:00
Damian Myerscough
745a3cfa0f
Making PEP8 compliant
2014-01-05 17:18:33 +01:00
Damian Myerscough
6afbc8d1bc
Fix 7079 mount.mounted state leaves conflicting lines in /etc/fstab
2014-01-05 16:59:46 +01:00
Damian Myerscough
2e68e3ad4a
Fixing failed unittest and making PEP compliant
2014-01-03 22:55:52 +01:00
Thomas S Hatch
84afd7b230
Run the sync on al environments that are part of the pkg
2014-01-03 13:50:27 -07:00
Thomas S Hatch
065ef681db
this struct is a list of lists
2014-01-03 13:50:00 -07:00
Thomas S Hatch
55e21aea95
Set the __virtualname__ for the ini execution module
2014-01-03 13:38:33 -07:00
Thomas S Hatch
cd4f0b3745
Start work on #9560
2014-01-03 13:27:56 -07:00
Thomas S Hatch
a74a572e90
Change the default matcher in the top file to compound
...
This changes the default matcher in the top file to compound,
th standard top files should not be affected and G@ syntax will
now work
2014-01-03 12:05:00 -07:00
David Boucha
023802193b
Merge pull request #9564 from UtahDave/develop
...
remove extras spaces around assignment operator
2014-01-03 11:01:47 -08:00
David Boucha
55359e990b
remove extras spaces around assignment operator
2014-01-03 12:00:32 -07:00
Pedro Algarvio
cd8ccb99ed
Merge pull request #9539 from jcollie/logstash-v1
...
Support for Logstash v1 event schema (and improved timestamp handling)
2014-01-03 10:30:29 -08:00
Thomas S Hatch
6d9986fb1a
Clean up exceptions and stop passing a mutable
2014-01-03 10:12:51 -07:00
Thomas S Hatch
f8cc17285e
Don't pass mutables as defaults
2014-01-03 10:11:02 -07:00
Thomas S Hatch
7c7c9aa58b
Fix unsafe argument being passed in
...
@dmyerscough passing default argument that are mutable causes issues in python
just fyi :)
2014-01-03 10:07:40 -07:00
Thomas S Hatch
31cd3e6cf4
Update the state to use the changed api for ini
2014-01-03 10:04:36 -07:00
Thomas S Hatch
e3459da232
Update ini_manage api
...
This takes out the redundant ini refs in function names, fills in the
CLI Examples and underscores out the classes so they don't show up as
function in the remote execution system, also renames ini_manage to just ini
2014-01-03 09:41:50 -07:00
Thomas S Hatch
53e11bd8f4
Merge pull request #9524 from CSSCorp/develop
...
added module for managing ini files
2014-01-03 08:27:51 -08:00
Thomas S Hatch
551f7f97bf
Merge pull request #9562 from bbinet/salt-thin-singlefile-module-support
...
Fix support for additional modules when these are single file modules
2014-01-03 08:23:53 -08:00
Thomas S Hatch
3823d0ad27
Merge pull request #9561 from rhormaza/bugfix/keystone-module-hasattr-issue
...
Fixing two tiny bugs in keystone module.
2014-01-03 08:22:51 -08:00
Thomas S Hatch
951920a1b7
Merge pull request #9559 from s0undt3ch/issues/9535-no-bootstrap-auto-download
...
Only update the bootstrap script on request. Fixes #9535 .
2014-01-03 08:21:49 -08:00
Thomas S Hatch
50da092904
Merge pull request #9548 from cvrebert/patch-2
...
digital_ocean._get_node: rm unused 'location' arg
2014-01-03 08:21:25 -08:00
Thomas S Hatch
c7641cc8cf
Merge pull request #9543 from hulu/Lots-of-Irritating-Superfluous-Parentheses
...
fix numerous pylint C0325 (superfluous-parens) warnings
2014-01-03 08:20:31 -08:00
Thomas S Hatch
fef311cf26
Merge pull request #9508 from dmyerscough/develop
...
Fix : #6346 - ssh propagate removals from authorized_keys
2014-01-03 08:15:23 -08:00
Bruno Binet
90942f4e46
Fix support for additional modules when these are single file modules
...
For example, to generate a thin.tgz tarball that is able to use dockerio salt
state, you would do:
```
>>> salt.utils.thin.gen_thin('/tmp', 'msgpack,docker,websocket,six,requests', True)
```
But it would add a wrong path to the six.py module in the thin.tgz tarball
because six.py is a single file python module.
This pull request fixes this.
(refs #9337 )
2014-01-03 15:10:25 +01:00
Raul Hormazabal
44f3648ee4
Fixing two tiny bugs in keystone module. The hasattr() was used with a dict instead of an object. New change uses the getattr() call which is IMHO safer
2014-01-03 22:39:34 +11:00
Akilesh
7811a1d7ba
state module for ini_manage and ini_option_set return value fix
2014-01-03 16:17:16 +05:30
Pedro Algarvio
0998b541de
Merge pull request #9558 from cvrebert/patch-1
...
memcached.replace(): avoid shadowing status() func
2014-01-02 17:26:24 -08:00
Pedro Algarvio
ad54eca1ab
Only update the bootstrap script on request. Fixes #9535 .
2014-01-03 01:24:17 +00:00
Chris Rebert
04725e6487
memcached.replace(): avoid shadowing status() func
...
************* Module salt.modules.memcached
salt/modules/memcached.py:198: [W0621(redefined-outer-name), replace] Redefining name 'status' from outer scope (line 68)
2014-01-02 17:21:16 -08:00
Pedro Algarvio
ca79876787
Merge pull request #9553 from s0undt3ch/develop
...
Use testing config files
2014-01-02 17:06:25 -08:00
Pedro Algarvio
626cfa9456
Merge pull request #9557 from hulu/copyedit-zcbuildout
...
copyedit zcbuildout module
2014-01-02 17:05:55 -08:00
Pedro Algarvio
125c028299
Correct phrase. Thanks @SEJeff.
...
Double to single quotes.
2014-01-03 01:04:43 +00:00
Pedro Algarvio
68f26f1176
Don't expect salt to be installed to run the tests.
...
Use the testing configuration files.
2014-01-03 01:04:43 +00:00
Chris Rebert
220a91f659
copyedit zcbuildout module
2014-01-02 17:03:12 -08:00
Pedro Algarvio
2b3a064cea
Merge pull request #9555 from cvrebert/patch-5
...
modules.zcbuildout.run_buildout: fix docstring typo
2014-01-02 16:55:45 -08:00
Chris Rebert
d151b3b70e
modules.zcbuildout.run_buildout: fix docstring typo
2014-01-02 16:54:05 -08:00
Pedro Algarvio
5c9a865b1e
Merge pull request #9551 from cvrebert/patch-4
...
modules.yumpkg5._parse_pkginfo(): avoid shadowing
2014-01-02 16:50:30 -08:00
Pedro Algarvio
8dd783ac62
Merge pull request #9549 from cvrebert/patch-3
...
digital_ocean.script(): rename local var to avoid shadowing
2014-01-02 16:50:01 -08:00
Pedro Algarvio
c6c04b0bd5
Merge pull request #9544 from cvrebert/patch-1
...
remotes_on_local_tcp_port(): trivial simplification of condition
2014-01-02 16:49:12 -08:00
Pedro Algarvio
e55fa8e82f
Merge pull request #9542 from cachedout/unit-tests
...
Unit tests
2014-01-02 16:43:53 -08:00
Chris Rebert
11d55bcfaf
modules.yumpkg5._parse_pkginfo(): avoid shadowing
...
************* Module salt.modules.yumpkg5
salt/modules/yumpkg5.py:74: [W0621(redefined-outer-name), _parse_pkginfo] Redefining name 'version' from outer scope (line 227)
2014-01-02 16:42:35 -08:00