Commit Graph

11420 Commits

Author SHA1 Message Date
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
Thomas S Hatch
6f25e3668d Pull traverse_dict out so it can be used by ckminions 2013-03-11 22:49:47 -06: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
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
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
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
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
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
Denis Generalov
858ff8ee56 fix #4039 2013-03-11 19:48:28 +04:00
Thomas S Hatch
aeff59426e Merge pull request #4026 from terminalmage/issue3687
add "fromrepo" support to available_version (yumpkg)
2013-03-10 22:22:20 -07:00
Thomas S Hatch
d76bd4075b Since the daemonizing point has changed we no longer need
to rewrite the proc directory, this fixes #4038
2013-03-10 23:18:45 -06:00
Erik Johnson
60e895323a Logging clarification
Helper function not exclusively used in the install function, so it
should not mention that it is "restricting install" in the log.
2013-03-10 23:57:56 -05:00
Erik Johnson
e144df7d30 Fix call to _get_repo_options()
Had forgotten to pass fromrepo along with the kwargs dict
2013-03-10 23:57:17 -05:00
Thomas S Hatch
94df59c8af clean up some stray prints 2013-03-10 22:28:58 -06:00
Thomas S Hatch
e6c5426c36 Merge pull request #4037 from s0undt3ch/develop
`daemon` is no longer a `kwarg`.
2013-03-10 21:02:22 -07:00
Pedro Algarvio
ebaffb7518 daemon is no longer a kwarg. 2013-03-11 03:59:18 +00:00
Pedro Algarvio
de321a22f2 Merge pull request #4036 from techhat/quota
Add a module for the Linux quota system
2013-03-10 20:40:15 -07:00
Thomas S Hatch
c859a70b38 modules should not log optional libsmissing in virtual funcs 2013-03-10 21:33:05 -06:00
Joseph Hall
701adf06f8 Add quotaon and quotaoff ad quota.on and quota.off 2013-03-10 21:29:16 -06:00
Joseph Hall
57117b7bde Add quotastats as quota.stats 2013-03-10 21:25:56 -06:00
Joseph Hall
67e07cb55f Add warnquota as quota.warn 2013-03-10 21:12:40 -06:00
Joseph Hall
689524c3fd Add setquota as quota.set 2013-03-10 21:08:27 -06:00
Thomas S Hatch
59c6ace8ef Fix bad comment when no source template file is found
Fix #3699
2013-03-10 21:01:23 -06:00
Joseph Hall
74410fc72b Restructure report output to be more sensical 2013-03-10 19:08:52 -06:00
Thomas S Hatch
0ab9435971 remove daemonize from upstart 2013-03-10 18:54:01 -06:00
Thomas S Hatch
12cc3111ca remove daemonize from systemd 2013-03-10 18:53:36 -06:00
Thomas S Hatch
d55da5eebf remove daemonize from state calls 2013-03-10 18:51:09 -06:00
Thomas S Hatch
5e8da4ead7 All calls are now daemonized 2013-03-10 18:50:32 -06:00
Thomas S Hatch
1bf585e137 Remove daemonize from rh_service 2013-03-10 18:50:07 -06:00
Thomas S Hatch
5f5e570f0c All calls are now daemonized 2013-03-10 18:49:43 -06:00