Commit Graph

23061 Commits

Author SHA1 Message Date
regilero
9094d36b44 Comment tests for closed issue #8802 2013-11-26 10:54:32 +01:00
regilero
ab88a276dc remove test for issue #8976 closed as expected behavior 2013-11-26 10:51:47 +01:00
Pedro Algarvio
5e2b208cd0 Renamed __state__ to __low__. 2013-11-26 09:25:00 +00:00
Thomas S Hatch
6921bb1a72 Start on writing tests tutorial 2013-11-25 17:13:48 -07:00
Erik Johnson
05de056df0 Add an assert to ensure that the state.sls return dict isn't empty 2013-11-25 17:41:03 -06:00
Erik Johnson
1c9f2fc224 Remove grains requirement
I had this code here in an early draft of this test, but the grains are
no longer needed here as the stuff that requires grains has been moved
out of the test function and into the SLS files that are run by the
test.
2013-11-25 17:30:18 -06:00
Erik Johnson
a77357f01d Fix pkgrepo tests when python file is run by itself on CLI 2013-11-25 17:27:26 -06:00
Thomas S Hatch
99e0d89b6a Update wheen return api for consistency 2013-11-25 16:25:41 -07:00
Erik Johnson
c2e346835c Add pkgrepo tests for CentOS
Ubuntu ones will follow soon.
2013-11-25 17:20:32 -06:00
Thomas S Hatch
822113fa6c Merge pull request #8813 from cachedout/#8690
Log warning if grains file contains errors.
2013-11-25 14:52:46 -08:00
David Boucha
f99ec2e388 Merge pull request #8814 from UtahDave/develop
fix pylint error. missing hard return
2013-11-25 13:25:24 -08:00
David Boucha
86686e093e fix pylint error. missing hard return 2013-11-25 14:24:57 -07:00
Mike Place
f5920c1106 Pylint fix. 2013-11-25 14:13:40 -07:00
Thomas S Hatch
932712afb9 Merge pull request #8808 from cachedout/#8702
Passing unix_socket into MySQL exec module.
2013-11-25 13:08:08 -08:00
Thomas S Hatch
a0f33a2979 Merge pull request #8798 from regilero/requisites-tests
Requisites tests
2013-11-25 13:07:23 -08:00
Thomas S Hatch
9c3685387f Merge pull request #8794 from wunki/pw_user-chhome
BUGFIX: Argument order `pw usermod` command.
2013-11-25 12:52:04 -08:00
Thomas S Hatch
08be9bd47d Merge pull request #8790 from miroswan/fixed-launchctl-module
Fixed launchctl module
2013-11-25 12:51:23 -08:00
Thomas S Hatch
a98ff22348 Merge pull request #8776 from ewdurbin/ip_addrs_by_cidr
Obtain IP addresses only in a specified CIDR from network.ip_addrs
2013-11-25 12:48:31 -08:00
Joseph Hall
c2c41f04ac Merge pull request #8812 from cachedout/#8807
Don't silently fail if hgfs can't be loaded.
2013-11-25 12:14:56 -08:00
Mike Place
1244adcbea Don't silently fail if hgfs can't be loaded.
Refs #8807.
2013-11-25 13:09:21 -07:00
Mike Place
04a1e70944 Typo fix. 2013-11-25 10:33:24 -07:00
Thomas S Hatch
654ccdeb7b Merge pull request #8806 from UtahDave/develop
Don't define __opts__ and __pillar__ in the module
2013-11-25 09:10:23 -08:00
Mike Place
5ccad65a70 Add more unix_socket support, this time to user_chpass. 2013-11-25 10:02:14 -07:00
David Boucha
9925d9eab4 Don't define __opts__ and __pillar__ in the module
Also shorten a line
2013-11-25 09:57:07 -07:00
David Boucha
4aadb15f12 Merge pull request #8805 from UtahDave/develop
Add hard return to make pylint happy
2013-11-25 08:50:02 -08:00
David Boucha
1814d1a734 Add hard return to make pylint happy 2013-11-25 09:49:08 -07:00
Colton Myers
3988d4b514 Merge pull request #8804 from basepi/hwm
Set the default HWM to 1000
2013-11-25 08:46:20 -08:00
Colton Myers
2873a667f8 Set the default HWM to 1000
This is as suggested in the ZMQ documentation:
http://zguide.zeromq.org/page:all#High-Water-Marks
2013-11-25 09:41:44 -07:00
Thomas S Hatch
cc2021065f Merge pull request #8764 from cachedout/#8750
Don't depend on the pecl return code because it's broken.
2013-11-25 08:24:52 -08:00
Mike Place
bda026406f Merge pull request #8803 from holmboe/gce-copy-edits
Copy edit gce.rst
2013-11-25 07:03:29 -08:00
regilero
9b20a408a4 commented tests for issue 8802 use recursion undetected 2013-11-25 15:35:22 +01:00
Henrik Holmboe
d456a7eb53 Copy edit gce.rst 2013-11-25 15:31:16 +01:00
Joseph Hall
77b6b35629 Merge pull request #8793 from pengyao/develop
fix #8792
2013-11-25 06:19:18 -08:00
pengyao
e42e0c236f adjust the comment line 2013-11-25 21:42:58 +08:00
Joseph Hall
5345982a4e Typo fix 2013-11-25 06:21:25 -07:00
Joseph Hall
a0168584d3 Merge pull request #8800 from techhat/openstack
Changing Rackspace to Openstack in Openstack doc
2013-11-25 05:14:47 -08:00
Joseph Hall
c0cab8827a Changing Rackspace to Openstack in Openstack doc 2013-11-25 06:13:37 -07:00
regilero
38bd6709f0 require vs require_in in not-list yamlsyntax: differences, still on #8235 2013-11-25 12:58:59 +01:00
regilero
58bfbff843 prereq tests for issue #8235 (yaml without lists) and error message difference in no-list mode 2013-11-25 12:46:02 +01:00
regilero
8024df8404 Add test for #8796: use does not inherit require. False test actually 2013-11-25 11:06:37 +01:00
pengyao
409f0cf514 fixed file.sed module a security risk 2013-11-25 17:23:57 +08:00
Petar Radosevic
1aff68a361 BUGFIX: Argument order pw usermod command.
The argument order of `pw usermod` is[1]:

    pw [-V etcdir] usermod [name|uid]

This was incorrect for the `chhome` function. The updated version is
tested on FreeBSD.

[1]: http://www.freebsd.org/cgi/man.cgi?query=pw&sektion=8
2013-11-25 10:22:58 +01:00
Erik Johnson
ec1f0f46e4 Clarify the usage of env/saltenv 2013-11-24 21:33:21 -06:00
Demitri Swan
c1a88f0182 fixed uncaught exception in _available_services in launchctl module. Now follows symlinks 2013-11-24 21:13:36 -05:00
Demitri Swan
8224e88e45 Added comment explaining the fix. 2013-11-24 21:07:47 -05:00
Demitri Swan
6af860bebb Fixing _available_services in launchctl module 2013-11-24 19:30:28 -05:00
regilero
95556d8f97 Merge remote-tracking branch 'upstream/develop' into requisites-tests 2013-11-24 18:35:34 +01:00
regilero
5d248146df Remove wrong comments on prereq working test 2013-11-24 18:33:15 +01:00
regilero
aaa6f44677 Missing states for the mixed require and prereq mixed tests 2013-11-24 18:30:44 +01:00
regilero
8177f2b609 Add another working prereq simple test 2013-11-24 18:30:15 +01:00