Commit Graph

4525 Commits

Author SHA1 Message Date
Thomas S Hatch
7e77fda8c7 Merge pull request #1272 from baijum/cli_example_doc
improve module documentation examples
2012-05-13 09:57:10 -07:00
Baiju Muthukadan
67fb6bff79 simplify example (__init__ can only return None) 2012-05-14 03:15:42 +05:30
Baiju Muthukadan
8b743099c4 Use reStructuredText syntax in example docstring 2012-05-14 03:15:42 +05:30
Thomas S Hatch
71e68a26f4 Merge pull request #1271 from baijum/trailing_whitespace
remove trailing whitespaces
2012-05-13 08:31:16 -07:00
Baiju Muthukadan
fa3b39f071 remove trailing whitespaces 2012-05-13 19:48:05 +05:30
Thomas S Hatch
6897542aa2 test the test interface for file.touch state 2012-05-13 02:07:54 -06:00
Thomas S Hatch
e363cf0105 test for file.touch 2012-05-13 02:06:46 -06:00
Thomas S Hatch
ac451b7498 test interface test for file.append 2012-05-13 02:02:20 -06:00
Thomas S Hatch
cc6175444c Add file.append test 2012-05-13 02:00:01 -06:00
Thomas S Hatch
23e4e82abf Add file.uncomment tests 2012-05-13 01:54:20 -06:00
Thomas S Hatch
e798e80891 test interface test for file.comment 2012-05-13 01:38:31 -06:00
Thomas S Hatch
b2dd62864a Add test for file.comment 2012-05-13 01:35:01 -06:00
Thomas S Hatch
58d56930c3 test interface for file.sed 2012-05-13 01:24:26 -06:00
Thomas S Hatch
dd25243cea test for file.sed 2012-05-13 01:20:28 -06:00
Thomas S Hatch
a85c66cc3e test for file.recurse interface 2012-05-13 01:02:05 -06:00
Thomas S Hatch
1a875571ba Test for file.recurse state 2012-05-13 00:54:28 -06:00
Thomas S Hatch
2ebd8a9827 Add test for file.directoty test interface 2012-05-13 00:27:00 -06:00
Thomas S Hatch
7381859b11 Fix directory test interface faulty return 2012-05-13 00:23:52 -06:00
Thomas S Hatch
b624e1c6a3 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-05-12 23:47:55 -06:00
Thomas S Hatch
b28922d303 Merge pull request #1270 from msabramo/brew
Improved documentation for the brew module (salt/modules/brew.py)
2012-05-12 22:46:28 -07:00
Marc Abramowitz
1e74f1297b Improved documentation for the brew module (salt/modules/brew.py) 2012-05-12 22:44:33 -07:00
Thomas S Hatch
4c2200d351 tests for file.directory 2012-05-12 23:38:24 -06:00
Thomas S Hatch
75409f6b0c Add test interface test for file.managed 2012-05-12 23:27:00 -06:00
Thomas S Hatch
b811d8b5ba Add test for file.managed 2012-05-12 23:19:39 -06:00
Thomas S Hatch
a6c748dad7 verify file.absent test interface 2012-05-12 22:58:26 -06:00
Thomas S Hatch
5a94a41305 file.absent tests 2012-05-12 22:55:28 -06:00
Thomas S Hatch
ccdde36173 verify the test interface for file.symlink 2012-05-12 22:41:47 -06:00
Thomas S Hatch
187a38b813 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-05-12 22:38:08 -06:00
Thomas S Hatch
2ae38748d4 add check when cleaning integration temp files 2012-05-12 22:36:46 -06:00
Thomas S Hatch
9628f9a90b Add state integration test for file.symlink 2012-05-12 22:31:58 -06:00
Thomas S Hatch
97966f521a Add state functions to integration tests 2012-05-12 22:27:30 -06:00
Thomas S Hatch
b150678a3a Merge pull request #1269 from msabramo/osxdesktop
salt/modules/osxdesktop.py: Make the docstrings more like others.
2012-05-12 21:12:51 -07:00
Marc Abramowitz
2185ad4abb salt/modules/osxdesktop.py: Make the docstrings more like others. 2012-05-12 20:50:55 -07:00
Thomas S Hatch
d20d3d44b7 fix trace when no function is sent to state.single 2012-05-12 21:08:22 -06:00
Thomas S Hatch
6ab9242def Add option to test states 2012-05-12 20:55:56 -06:00
Thomas S Hatch
7f574abba1 Add run_state function to ModuleCase 2012-05-12 20:40:28 -06:00
Thomas S Hatch
74175ef622 Fix bad function call in salt-key env_verify 2012-05-12 20:05:19 -06:00
Thomas S Hatch
72604680a2 Fix #1224 2012-05-12 19:49:51 -06:00
Jeff Schroeder
88ae053ad4 Add another community state tree to the docs
Thanks @kevindroid!
2012-05-12 16:47:28 -07:00
Jeff Schroeder
bcd1b7698d Comment code for not supporting multiple decs in one state 2012-05-12 14:28:08 -07:00
Jeff Schroeder
1620f05b82 Create directories from makedirs=True with the right ownership
Fixes #1264
2012-05-12 14:21:11 -07:00
Jeff Schroeder
69e2d12a67 Adding some default outputters for the test module 2012-05-12 14:21:11 -07:00
Thomas S Hatch
bd985555df Throw multiple state dec error, fix #1207
when a single id contains multiple state decs it will error out since
the highstate structure does not support this formatting
2012-05-12 13:51:14 -06:00
Thomas S Hatch
3c1f9e2981 We don't have the file from the master when it is not a template
Because the minion only downloads the file to eval if it is a template
we can't eveluate the diff. We need to add some more to this but for now
it will fix #1156
2012-05-12 12:52:09 -06:00
Thomas S Hatch
8e4be889c9 repair directory mode checks 2012-05-12 12:37:47 -06:00
Thomas S Hatch
e402c6e5d2 Add checks to mode validation, Fix #1155 2012-05-12 12:35:44 -06:00
Thomas S Hatch
1d3db00494 Fix error in top file verification
It looks like the top file verification test that was added had been
tested only on a minion that was running on the same host as the master
2012-05-12 12:22:29 -06:00
Jeff Schroeder
e7c087ce1f Merge pull request #1267 from baijum/comparison_contributing_docs
Link to the `Open Comparison Contributing Docs`
2012-05-12 09:35:09 -07:00
Baiju Muthukadan
0fb88abb57 Merge remote-tracking branch 'main/develop' into comparison_contributing_docs 2012-05-13 02:13:03 +05:30
Baiju Muthukadan
2d35f7f373 Link to the Open Comparison Contributing Docs
The `Open Comparison Contributing Docs` has some good suggestions
and tips for contributors:
http://opencomparison.readthedocs.org/en/latest/contributing.html
2012-05-13 02:04:32 +05:30