Commit Graph

17060 Commits

Author SHA1 Message Date
Pedro Algarvio
93c034e4ca Merge pull request #6949 from ranl/hosts
fix hosts file error in Travis
2013-08-29 02:55:54 -07:00
ranl
f42961081d fixing 61573b1394 (commitcomment-3967806) 2013-08-29 11:50:20 +03:00
Pedro Algarvio
ac559b4578 Merge pull request #6939 from kaptk2/develop
Fixed undefined variable error and tested in travis-ci
2013-08-28 14:13:41 -07:00
Andrew Niemantsverdriet
8b06fff072 Fixed and tested build in Travis-CI 2013-08-28 15:01:18 -06:00
Andrew Niemantsverdriet
fec12d1660 Testing in travis 2013-08-28 14:14:39 -06:00
Andrew Niemantsverdriet
81f4ff8ea4 Fixed wrong call to boot_dev variable 2013-08-28 11:52:50 -06:00
Thomas S Hatch
0a8ce6a7ad Merge pull request #6936 from kaptk2/develop
Added ability to specify boot order
2013-08-28 09:41:28 -07:00
Thomas S Hatch
75c3e40d27 Merge pull request #6935 from holmboe/nic-profile-doc
Document the default NIC profile configuration
2013-08-28 09:40:30 -07:00
Thomas S Hatch
f1cbce638b Merge pull request #6934 from holmboe/fix-image-type
Missing argument in _image_type()
2013-08-28 09:39:47 -07:00
Thomas S Hatch
0e707080dd Merge pull request #6931 from madduck/reclass-adapter-top-minion-id-fix
reclass_adapter: extract minion_id and pass to top()
2013-08-28 09:38:26 -07:00
Thomas S Hatch
534362eefa Merge pull request #6937 from d--j/patch-1
`cmd.mod_watch` does not check for required func paramter for `call`
2013-08-28 09:37:44 -07:00
Thomas S Hatch
4065679c4c Merge pull request #6933 from ranl/develop
hosts module and state fix
2013-08-28 09:35:52 -07:00
Daniel Jagszent
87ee665c2f Better error checking in cmd.mod_watch for call
`cmd.call` needs two parameters, `name` and `func`. mod_watch now checks for the second required parameter `func` also.
2013-08-28 17:55:39 +02:00
Henrik Holmboe
ce92c04381 Correct RST monospace 2013-08-28 17:22:50 +02:00
Andrew Niemantsverdriet
0218b9638e Added ability to specify boot order 2013-08-28 09:07:39 -06:00
Joseph Hall
16964f9128 Merge pull request #6924 from s0undt3ch/hotfix/tests-temp-dirs
Fix missing import
2013-08-28 07:22:03 -07:00
Pedro Algarvio
25a72358ab Skip this test until properly mocked. 2013-08-28 15:21:29 +00:00
Pedro Algarvio
57feb4a015 One more missing import 2013-08-28 15:21:29 +00:00
Pedro Algarvio
5ea856c104 Fix missing import 2013-08-28 15:21:29 +00:00
Henrik Holmboe
a301f3124c Document the default NIC profile configuration 2013-08-28 16:17:19 +02:00
Henrik Holmboe
7da6daccee Missing argument in _image_type() 2013-08-28 14:43:42 +02:00
ranl
61573b1394 when an ip has more than 1 aliases they will be written at the same line in the hosts file 2013-08-28 14:32:39 +03:00
ranl
d407e5412b doc fix in host state 2013-08-28 13:59:00 +03:00
martin f. krafft
a4865f8ea2 Extract minion_id and pass to top()
Contrary to previous information, the master_tops interface *expects*
the data to be limited to states applicable to a specific minion.
Therefore, the minion ID needs to be provided to reclass. As the
minion_id is currently not part of the master_tops interface, it needs
to be extracted from kwargs, see Salt issue #6930.

Signed-off-by: martin f. krafft <madduck@madduck.net>
2013-08-28 10:24:48 +02:00
Thomas S Hatch
5292f4b1f1 Fix #6764 2013-08-27 17:55:21 -06:00
David Boucha
95e692d0d0 Merge pull request #6926 from jacksontj/develop
Fix typo
2013-08-27 16:27:02 -07:00
Thomas Jackson
7f3a5eed54 Fix typo 2013-08-27 16:22:23 -07:00
Thomas S Hatch
cbc6a8a94b catch trace in ps module virtual function 2013-08-27 16:40:38 -06:00
Thomas S Hatch
96102e7e12 Merge pull request #6923 from jacksontj/develop
Fix for compound command and glob tgt not being a string
2013-08-27 15:10:37 -07:00
Thomas Jackson
641c5aa29f Merge branch 'develop' of github.com:jacksontj/salt into develop 2013-08-27 15:07:14 -07:00
Thomas Jackson
6e764f5ce5 Add support for compound functions in client_acl_blacklist 2013-08-27 15:05:37 -07:00
Thomas S Hatch
dbfcf6d365 fix location of master pki_dir 2013-08-27 09:56:51 -06:00
Thomas S Hatch
8baee9f646 Merge pull request #6921 from ranl/tomcat6_support
Tomcat6 support
2013-08-27 08:37:35 -07:00
Thomas S Hatch
9128706e21 Merge pull request #6919 from s0undt3ch/hotfix/tests-temp-dirs
Make sure every temp dir created on the unittests respects, `integration.SYS_TMP_DIR`
2013-08-27 08:37:11 -07:00
David Boucha
20c35fcf22 Merge pull request #6918 from madduck/reclass-docs-update
Update reclass_adapter documentation
2013-08-27 08:36:39 -07:00
Thomas S Hatch
0542eade3d Merge pull request #6915 from s0undt3ch/features/improve-packaging
Store salt related path configurations in the `distribution` object
2013-08-27 08:35:41 -07:00
Thomas S Hatch
78e9887a72 Merge pull request #6888 from terminalmage/issue6886
Fix tracebacks when prefix not specified.
2013-08-27 08:35:13 -07:00
Pedro Algarvio
2b64d0482d Make sure every temp dir created on the unittests respects, integration.SYS_TMP_DIR 2013-08-27 15:31:58 +00:00
ranl
0d13fa339a fixing url6 init 2013-08-27 18:08:46 +03:00
martin f. krafft
dccc87b34a Update reclass_adapter documentation
Signed-off-by: martin f. krafft <madduck@madduck.net>
2013-08-27 16:14:29 +02:00
Pedro Algarvio
bf79341472 Add missing new line at the end of the file. 2013-08-27 09:44:34 +00:00
Pedro Algarvio
8ff77e7feb Remove trailing white-sapce. 2013-08-27 09:44:34 +00:00
Pedro Algarvio
eb1db5c010 Store salt related path configurations in the distribution object. Fixes #6906.
Added `srv_root_dir` to the paths to check.
2013-08-27 08:46:26 +00:00
Thomas Jackson
0bc4d423bf Add check for glob_match to make sure the tgt is a string 2013-08-26 20:49:55 -07:00
Thomas S Hatch
6b3b047980 Merge pull request #6911 from UtahDave/fix_pillar
Fix pylint warning about {} in argument default.
2013-08-26 15:33:42 -07:00
Thomas S Hatch
71ed0c7de6 Clean up single quotes and the lines are too long
This still needs some style love
2013-08-26 16:07:07 -06:00
David Boucha
2ad1593d89 Send {} if grains is None 2013-08-26 16:03:26 -06:00
Thomas S Hatch
fae7ea2593 Fix fad method call and bad default arg 2013-08-26 16:02:03 -06:00
David Boucha
994015d82d Use None, not empty dict in function definition 2013-08-26 16:01:01 -06:00
Thomas S Hatch
7b60ef8698 doh! 2013-08-26 15:56:32 -06:00