Commit Graph

12491 Commits

Author SHA1 Message Date
Mathias Fussenegger
8abc321914 enable pacman pkg module for Arch ARM 2013-04-23 22:46:30 +02:00
Thomas S Hatch
de74ba390e Style updates for cmdmod execution module 2013-04-23 14:30:10 -06:00
Thomas S Hatch
1cbf8af591 Merge pull request #4570 from s0undt3ch/hotfix/fix-travis-again
READ COMMENT: Simplify and fix tests for `salt.modules.hosts`.
2013-04-23 10:44:15 -07:00
Pedro Algarvio
0aaa2bde1f Add missing CLI example. 2013-04-23 18:02:44 +01:00
Pedro Algarvio
3b97f66164 salt.utils.pydsl.Options should be a dict not an OrderedDict. 2013-04-23 17:12:03 +01:00
Pedro Algarvio
ed1521ed39 Also log the sls render exception. 2013-04-23 17:11:33 +01:00
Thomas S Hatch
a1308cc587 Merge pull request #4578 from bclermont/gitfs-deleted-branch
Don't refer to deleted branch in environments list
2013-04-23 08:38:04 -07:00
Joseph Hall
46ac9342d8 Merge pull request #4575 from sedie-photobucket/develop
fix TypeError with 'remove_groups=False' and 'groups' defined in user.present
2013-04-23 05:34:59 -07:00
Pedro Algarvio
7eed841ba6 Fix the salt.modules.hosts tests and even test if order is preserved when writing the new file. 2013-04-23 12:56:23 +01:00
Pedro Algarvio
7ee998e886 msgpack does not like OrderedDict's 2013-04-23 12:56:23 +01:00
Pedro Algarvio
5f58f0d28b We need OrderedDict support. So, as a last resort, provide our own.
* We try to import `OrderedDict` from the standard library, which is only available on python >= 2.7, if `ImportError` is raised we try to import it from `ordereddict`, a package available in PyPi. As a last resort, we provide our own implementation based on http://code.activestate.com/recipes/576669/.
* Update all code requiring `OrderDict` to use our compatible import module.
2013-04-23 12:56:23 +01:00
Pedro Algarvio
eeda1698ff Simplify and fix tests for salt.modules.hosts. 2013-04-23 12:56:23 +01:00
Bruno Clermont
4f391d7c93 ignore deleted branch in repository 2013-04-23 18:51:47 +08:00
Stephen Edie
6fd4e5c83b fix TypeError with 'remove_groups=False' and 'groups' defined in user.present 2013-04-23 01:20:24 -06:00
Thomas S Hatch
0a87bb80aa Fix #4467 2013-04-23 00:19:35 -06:00
Thomas S Hatch
8eb037c549 Fix #4513 2013-04-22 23:45:39 -06:00
Thomas S Hatch
d9d694ba5f Verify the format of the context, fix #4524 2013-04-22 23:39:32 -06:00
Thomas S Hatch
483ae49f55 Catch if the extend value is not a dict per #4524 2013-04-22 23:29:45 -06:00
Thomas S Hatch
2d6081b118 Fix #4532
In file.recurse we can safely escape form options since the paths
all directly represent the target file
2013-04-22 22:58:42 -06:00
Thomas S Hatch
f5fed885db Fix #4541 2013-04-22 22:35:01 -06:00
Thomas S Hatch
e3c9a8649e Merge pull request #4573 from sedie-photobucket/develop
fix handling of fromrepo parameter in salt.states.yumpkg.install
2013-04-22 21:22:16 -07:00
Joseph Hall
8ce1ba6a6d Merge pull request #4571 from UtahDave/fix_syslog
Check for syslog. Doesn't exist on Windows
2013-04-22 18:44:26 -07:00
Stephen Edie
0996355d3c fix handling of fromrepo parameter in salt.states.yumpkg.install 2013-04-22 18:47:30 -06:00
Thomas S Hatch
29efa17820 Merge pull request #4569 from majorleaguesoccer/Pecl-update
Properly handle pecl extension versions
2013-04-22 16:58:57 -07:00
David Boucha
94196e0d22 Remove extra import 2013-04-22 17:07:52 -06:00
David Boucha
0ff547915f Check for syslog. Doesn't exist on Windows 2013-04-22 17:02:16 -06:00
Justin Slattery
1514760776 Properly handle pecl extension versions 2013-04-22 18:07:09 -04:00
Thomas S Hatch
91560e58ef Merge pull request #4567 from s0undt3ch/hotfix/fix-travis-again
Some more tests fixing.
2013-04-22 14:46:07 -07:00
Thomas S Hatch
e24552aebf Merge pull request #4568 from UtahDave/develop
split user groups on two spaces when parsing Windows groups.
2013-04-22 14:45:46 -07:00
David Boucha
0c4ede055d split user groups on two spaces 2013-04-22 15:43:23 -06:00
Pedro Algarvio
b36747b084 pkg.expand_repo_def is allowed to fail on the sysmod integration tests. 2013-04-22 22:40:15 +01:00
Pedro Algarvio
a1a15c0deb Add salt cli examples. 2013-04-22 22:36:52 +01:00
Pedro Algarvio
de99865de9 Switch usage for cli example. Double to single quotes plus formatting. 2013-04-22 22:30:45 +01:00
Pedro Algarvio
0d5c3b5f0c Add cmd.run_all to __salt__. Required for the unit test. 2013-04-22 22:26:05 +01:00
Thomas S Hatch
84cdaaa862 Merge pull request #4566 from UtahDave/fix_win_useradd
Fixed problems with user.add on Windows.
2013-04-22 14:11:31 -07:00
Thomas S Hatch
7fb3b59efb Merge pull request #4565 from s0undt3ch/hotfix/fix-travis-again
Some more tests fixing.
2013-04-22 14:08:12 -07:00
Pedro Algarvio
50a12a13f5 kwargs should be passed as kwarg to client.cmd. 2013-04-22 22:04:33 +01:00
David Boucha
12567b7230 add change full name function 2013-04-22 15:04:19 -06:00
David Boucha
53c1ea134a check for gid existence 2013-04-22 14:54:43 -06:00
David Boucha
d7c8fd23b5 Add empty gid to user.info on Windows 2013-04-22 14:45:26 -06:00
Thomas S Hatch
9107a295a9 Merge pull request #4563 from UtahDave/fix_win_useradd
Accept all arguments coming from the user state
2013-04-22 13:06:58 -07:00
David Boucha
f5871bd423 Accept all arguments coming from the user state 2013-04-22 13:44:47 -06:00
Pedro Algarvio
c1298fc6e3 Only format() once. Don't create the debug message, just log it. 2013-04-22 20:39:31 +01:00
Pedro Algarvio
1f7a1aed70 Juice the information out! 2013-04-22 20:37:06 +01:00
Pedro Algarvio
01ac99b0b4 Add examples to the docstrings in salt.modules.dnsutils. 2013-04-22 20:09:00 +01:00
Thomas S Hatch
2f23d5ff74 Add CLI for consistency 2013-04-22 13:08:16 -06:00
Thomas S Hatch
66dc4b53f2 Merge pull request #4561 from s0undt3ch/hotfix/fix-travis-again
Fix tests.
2013-04-22 12:11:02 -07:00
Thomas S Hatch
6f17a5de07 Merge pull request #4560 from ahammond/support_comparison_for_ipv4
support comparisons for IPv4Address
2013-04-22 11:42:35 -07:00
Thomas S Hatch
8340cf15f9 Merge pull request #4559 from s0undt3ch/hotfix/fix-travis-again
Fix travis again
2013-04-22 11:41:50 -07:00
Pedro Algarvio
50ab73218b Define the local client a bit latter. Refs #1935.
This seems to fix #1935. It also fixes the issue we had in which the test-suite would not finish properly it would just hang.
2013-04-22 19:39:02 +01:00