Commit Graph

11648 Commits

Author SHA1 Message Date
Grischa Meyer
702d862b4b removed redundant copying of the runtime environment 2013-03-12 23:08:49 +11:00
Angelo Gründler
5a84ce8700 fix keymap.get_sys (ArchLinux) 2013-03-12 10:20:19 +01:00
Pedro Algarvio
1c4164f031 The passed gid can be the group name, covert it to gid before comparing. 2013-03-12 07:34:21 +00:00
Pedro Algarvio
e052116d32 Add back test_user_if_present_with_gid.
Some systems have the nobody user with the nogroup instead of nobody as it's group.
2013-03-12 07:22:52 +00:00
Thomas S Hatch
d3d2874264 Merge pull request #4055 from grischa/user-present
Two changes for a more robust user.present state
2013-03-11 23:12:03 -07:00
Thomas S Hatch
ca0503b831 Fix #4054, add a cli example 2013-03-12 00:12:18 -06:00
Thomas S Hatch
4720093d66 Remove faulty test
Can't pass a group name in as the gid, a gid is required
2013-03-12 00:11:48 -06:00
Thomas S Hatch
9a6a4762c1 Merge pull request #4054 from terminalmage/issue2783
Add function config.is_true
2013-03-11 23:09:56 -07:00
Thomas S Hatch
dbd0b386dc single quotes 2013-03-12 00:00:30 -06:00
Thomas S Hatch
9f526217ad Changes needs to be a dict, not a set, this also fixes a python
2.6 potential error
2013-03-11 23:53:12 -06:00
Thomas S Hatch
075d3b4a5d Merge pull request #4057 from s0undt3ch/hotfix/fix-travis-again
If there are changes and no `acomment`, return the changes.
2013-03-11 22:45:54 -07:00
Thomas S Hatch
a4ca7a5f6f Change to a symlink that does not exist 2013-03-11 23:44:31 -06:00
Pedro Algarvio
0576ca1dfa If there are changes and no acomment, return the changes. 2013-03-12 05:38:07 +00:00
Thomas S Hatch
d70ecc8387 Update doc test to -d changes 2013-03-11 23:27:18 -06:00
Thomas S Hatch
14218edac2 Repair that deep dicts would not match in ck_minions routines 2013-03-11 23:17:47 -06:00
Thomas S Hatch
279fefd840 Merge pull request #4056 from s0undt3ch/hotfix/fix-travis-again
We still want the state reports if `__opts__['test']==True`.
2013-03-11 21:52:28 -07:00
Pedro Algarvio
cdc753f06b We still want the state reports if __opts__['test']==True. 2013-03-12 04:50:11 +00:00
Erik Johnson
38564a37ad mode docstring tweaks 2013-03-11 23:49:54 -05:00
Thomas S Hatch
6f25e3668d Pull traverse_dict out so it can be used by ckminions 2013-03-11 22:49:47 -06:00
Erik Johnson
71712fb5cc docstring modifications to make docs look pretty 2013-03-11 23:44:43 -05:00
Erik Johnson
752c62c640 Add function config.is_true
This function will provide a common interface for determining truth, so
that module functions can properly determine the truthiness of a value
passed in via the CLI.

This will allow some code in the package providers to be a little less
ugly, and will also come in handy when #3363 is implemented.
2013-03-11 23:40:09 -05:00
Thomas S Hatch
c070e6d85a Merge pull request #4052 from s0undt3ch/hotfix/fix-travis-again
Fix travis and tests
2013-03-11 21:20:48 -07:00
Grischa Meyer
41c9e52220 If GECOS info is not specified, it should not be deleted either. 2013-03-12 15:18:36 +11:00
Pedro Algarvio
acb866762e Fix expected comment in testcase states.pip.PipStateTest.test_pip_installed_weird_install. 2013-03-12 04:03:12 +00:00
Thomas S Hatch
57508f5040 Merge pull request #4051 from s0undt3ch/develop
Always define `arg` before the new line detection regarding yaml's `safe_load`
2013-03-11 20:52:35 -07:00
Pedro Algarvio
0bde36d097 Always define arg before the new line detection regarding yaml's safe_load. 2013-03-12 03:41:22 +00:00
Pedro Algarvio
0783a76c2a Always define arg before the new line detection regarding yaml's safe_load. 2013-03-12 03:39:57 +00:00
Pedro Algarvio
eb055b0417 Install patched M2Crypto. 2013-03-12 03:14:11 +00:00
Grischa Meyer
dab976f741 Merge remote-tracking branch 'upstream/develop' into postgres-pass 2013-03-12 14:13:15 +11:00
Pedro Algarvio
865dc1f057 Revert the .travis.yml changes.
* We still support python 2.6
* DO NOT use system packages as the travis docs clearly state.
2013-03-12 03:06:59 +00:00
Thomas S Hatch
c7010898ce Merge pull request #4047 from basepi/testfixes
Don't yaml-ify args with newlines
2013-03-11 19:23:17 -07:00
Grischa Meyer
e08cb1e3fa Fixed an SQL statement bug, version check bug and added previously missed password from config.option check 2013-03-12 12:54:39 +11:00
Joseph Hall
0513d0a85d Merge pull request #4048 from plueschopath/fix_archlinux_timezone
fix timezone.get_zone (ArchLinux)
2013-03-11 18:07:45 -07:00
Angelo Gründler
999b4eda38 fix timezone.get_zone (ArchLinux) 2013-03-12 02:00:38 +01:00
Grischa Meyer
010bb4181b Fixed wrong assumption of how passwords are used by psql.
Added helper function to change running environment of psql
2013-03-12 11:26:15 +11:00
Colton Myers
9d2cb9db47 Don't yaml-ify args with newlines 2013-03-11 17:44:09 -06:00
Thomas S Hatch
0d8574344d stub out event fireing test until we can acertain what is wrong
The events are getting cleanly fired, but the test is failing....
2013-03-11 17:09:56 -06:00
Thomas S Hatch
a1abee2a70 get a cli example onto pillar.ext 2013-03-11 17:02:40 -06:00
Thomas S Hatch
410520c376 stub out imcomplete function, I will need to come back to this 2013-03-11 17:00:32 -06:00
Thomas S Hatch
0ea2cfb391 Merge pull request #4045 from rca/update_hacking
Update hacking
2013-03-11 15:25:05 -07:00
Thomas S Hatch
beecb47cd6 Merge pull request #4044 from rca/fix_environment_test
Fix environment test
2013-03-11 15:23:01 -07:00
Roberto Aguilar
1fac47345d Updated testing section.
Use dev_requirements.txt in order to run tests.
2013-03-11 21:56:49 +00:00
Roberto Aguilar
a79f35208f Added headers in creating virtualenv section. 2013-03-11 21:56:49 +00:00
Roberto Aguilar
a1518bfda2 Updated development docs. 2013-03-11 21:56:49 +00:00
Roberto Aguilar
4e77b80131 Fetching tags does not require an upstream remote. 2013-03-11 21:56:49 +00:00
Roberto Aguilar
37be12ed37 Updated environment test to use mock library. 2013-03-11 21:54:10 +00:00
Colton Myers
78e83c97cc Change file.uncomment to keep leading spaces
Previously deleted a single space after the comment character
2013-03-11 15:24:34 -06:00
Roberto Aguilar
cbaaa3da7c Updated dev_requirements.txt 2013-03-11 21:18:39 +00:00
Thomas S Hatch
bc8d5fef70 Merge pull request #4041 from giantlock/develop
fix #4039
2013-03-11 13:59:43 -07:00
Colton Myers
11f2510e83 Allow for tabs in leading whitespace in file.uncomment 2013-03-11 14:49:55 -06:00