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
Jeff Schroeder
b720b8e732
Merge pull request #1256 from techhat/master
...
Fill in some blanks on mount.active for extra device reporting
2012-05-11 05:46:33 -07:00
Jeff Schroeder
a97c97d217
Merge pull request #1257 from jhutchins/choose_shell
...
Use shell grain as default in modules/cmdmod.py
2012-05-11 05:31:32 -07:00
Jeff Schroeder
005a71e2e3
Merge pull request #1258 from jhutchins/top_warning
...
Add useful warning if top file can't be found.
2012-05-11 05:30:44 -07:00
Jeff Hutchins
59e0e859ec
Add useful warning if top file can't be found.
2012-05-11 01:19:49 -06:00
Jeff Hutchins
a7e97f4eb8
Use shell grain as default in modules/cmdmod.py
...
This required moving the shell grain out of the core file so that
it could be imported into cmdmod. This was required because
__grains__ isn't part of the globals when cmdmod is first called
because grains/core imports it and for this same reason a function
in core couldn't be imported into cmdmod.
2012-05-10 23:25:46 -06:00
Joseph Hall
be43d7cff9
Fill in some blanks on mount.active for extra device reporting
2012-05-10 21:15:49 -06:00
Thomas S Hatch
b281a2b3cb
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-05-10 16:15:12 -06:00
Thomas S Hatch
21b7aa9acd
Add test interface to kmod
2012-05-10 16:14:18 -06:00
Thomas S Hatch
d46162efe1
Merge pull request #1255 from Secretions/develop
...
Added "force" option to git.latest state
2012-05-10 14:57:33 -07:00
Thomas S Hatch
0e8550e282
Fix #1184
2012-05-10 15:54:54 -06:00
Joaquin Lopez
2ad049bbae
Added "force" option to git state which allows git.latest to overwrite any pre-existing data in the target directory.
2012-05-10 14:42:56 -07:00
Thomas S Hatch
2dadc6a251
Fix #1185
2012-05-10 15:35:01 -06:00
Thomas S Hatch
31dc5bbac9
Merge pull request #1254 from Talksum/initscripts
...
Initscripts
2012-05-10 14:23:04 -07:00
Thomas S Hatch
b3eecb8835
Set version to 1.0.0 pre
2012-05-10 14:55:35 -06:00
Mike Chesnut
ce3e1ca09c
changing locations of python and salt binaries to be variables in init scripts; also changing how daemon functio nis called so it uses the full path
2012-05-10 13:41:50 -07:00
Thomas S Hatch
85ef5d5082
Add initial support for dotted decs in extend
2012-05-10 14:38:24 -06:00
Mike Chesnut
9fc390ad15
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2012-05-10 13:28:43 -07:00
Thomas S Hatch
f119d3fcbb
Merge pull request #1252 from baijum/typo_django_docs
...
Fix file name typo. s/djando/django
2012-05-10 11:29:06 -07:00
Baiju Muthukadan
f0e5b30614
Fix file name typo. s/djando/django
2012-05-11 05:12:49 +05:30
Thomas S Hatch
e1a8402fa7
Merge pull request #1249 from jhutchins/choose_shell
...
Choose shell
2012-05-10 10:35:13 -07:00
Thomas S Hatch
c45427d545
Merge pull request #1246 from baijum/man_see_also
...
Add 'See also' section to man pages
2012-05-10 10:26:23 -07:00
Baiju Muthukadan
1bbb280581
Add 'See also' section to man pages
2012-05-11 03:40:39 +05:30
Thomas S Hatch
bc9b622e12
Merge pull request #1244 from therek/develop
...
Fix MAC address handling in FreeBSD
2012-05-10 10:13:22 -07:00