Commit Graph

4514 Commits

Author SHA1 Message Date
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
Thomas S Hatch
1336a2f225 Merge pull request #1265 from UtahDave/develop
Fixes for bugs causing minion to crash on Windows.
2012-05-12 08:02:31 -07:00
David Boucha
302a318c4f Small fixes to this commit per suggestions by SEJeff
Check to make sure 'os' exists in os.environ before attempting
to access it.
2012-05-12 01:33:09 -06:00
David Boucha
1de35ebb2d Skip this signal creation on Windows.
SIGUSR1 doesn't exist on Windows and this event was causing
the minion to crash on Windows

I'm not sure this is the best way to take care of this. But I'm not
sure how to actually implement this in Windows yet.
Google seems to imply that win32events would provided this
functionality, but I haven't figured out how to use it yet.
2012-05-11 22:21:26 -06:00
David Boucha
0ba8979d23 Make Windows minions skip Shell check
This check for a shell was causing the Minion to fail to load
os_data and crash
2012-05-11 21:53:09 -06:00
David Boucha
fe698148b6 Add missing parens that was causing an error 2012-05-11 21:24:29 -06:00
Jeff Schroeder
248b0d326d Merge pull request #1262 from techhat/master
Update mount.active with better file handle, remove more expensive call
2012-05-11 07:29:45 -07:00
Jeff Schroeder
ca2afeb916 Merge pull request #1261 from jhutchins/top_warning
As per Clint Sabages remarks I reworked the wording
2012-05-11 07:27:40 -07:00
Jeff Schroeder
4243838c58 Merge pull request #1260 from jhutchins/choose_shell
More concise shell grain
2012-05-11 07:25:12 -07:00
Joseph Hall
a1cdc63072 Update mount.active with better file handle, remove more expensive system call 2012-05-11 08:14:34 -06:00
Jeff Hutchins
85ac28c1ea More concise shell grain
Thanks to @SEJeff for the idea.
2012-05-11 07:28:47 -06:00
Jeff Hutchins
078472e697 As per Clint Sabages remarks I reworked the wording 2012-05-11 07:23:11 -06:00