Robert Keizer
e3e9b862a1
Importing the cmd module directly as using __salt__ fails when being called from outside of returner.
2013-05-27 23:11:09 -05:00
Robert Keizer
073f05adc3
Commenting out for the tim ebeing. Also more documentation after testing.
2013-05-27 23:03:21 -05:00
Robert Keizer
4e47287af7
Exiting as 0 now. Also added debug to show valid command list.
2013-05-27 20:56:33 -05:00
Robert Keizer
17c4f5a988
Starting to dynamically generate functions
2013-05-27 20:43:55 -05:00
Robert Keizer
0e6b99245f
Typo's and importing re.
2013-05-27 20:34:33 -05:00
Robert Keizer
55f93f1b18
Woops. Forgot to remove that.
2013-05-27 20:28:42 -05:00
Robert Keizer
d42d03baa2
Working on available commands.
2013-05-27 20:26:44 -05:00
Robert Keizer
b4682d6b5e
Removed restriction on operating system. Also renamed to zfs.list
2013-05-27 20:03:18 -05:00
Thomas S Hatch
31c6045b01
Add vars reference document. Fix #5220
2013-05-27 18:48:21 +00:00
Thomas S Hatch
8bcd64ece9
Fix for #4920 , needs to confirm
2013-05-27 17:08:16 +00:00
Colton Myers
b409b4f6a5
Import both for completeness
...
Importing `salt.util.winapi` does import `salt.util` as well. However,
having both explicitly shows that both are being used, and matches the
pattern we use elsewhere. Additionally, as far as I know it doesn't
have any real performance costs, as it doesn't reimport `salt.utils` if
it's already loaded.
2013-05-27 11:04:33 -06:00
Colton Myers
5d4b27371f
Merge pull request #5263 from mprymek/fix-winapi-import
...
Import salt.utils.winapi
2013-05-27 09:59:58 -07:00
Thomas S Hatch
fb3f9cdf98
Merge pull request #5212 from faust/gentoo-webrsync
...
Added fall back to "webrsync" in case of failure of "rsync" Portage synchronization and GPG support.
2013-05-27 09:12:49 -07:00
Thomas S Hatch
21a2ea7cb3
Fix #5218
2013-05-27 09:59:42 -06:00
Thomas S Hatch
766a115e94
Merge branch 'develop' of github.com:saltstack/salt into develop
2013-05-27 09:29:46 -06:00
Pedro Algarvio
edd056605c
Merge pull request #5268 from basepi/argcleanup
...
Use yamlify_arg() in more places
2013-05-27 06:42:49 -07:00
Pedro Algarvio
fe63869311
Typo.
2013-05-27 11:11:49 +01:00
Joseph Hall
0596dae7ef
Merge pull request #5264 from virtua-network/timezone
...
module/timezone : add Solaris family support
2013-05-26 12:45:24 -07:00
mguegan
641d466e70
Pull #5264 : get rid of re.match as @cvrebert pointed out
2013-05-26 21:00:20 +02:00
David Boucha
5903c88ba3
Merge pull request #5265 from robertkeizer/couchdb
...
Couchdb Returner
2013-05-26 11:23:37 -07:00
Robert Keizer
7304ff0619
Old import time line.
2013-05-26 12:47:42 -05:00
Robert Keizer
e64e920826
Some comments. Also removed some debug lines.
2013-05-26 12:28:45 -05:00
Robert Keizer
9fb4706c5d
Removed create_db. Also added some debug lines.
2013-05-26 12:21:31 -05:00
mguegan
6c30708cb5
module/timezone : add Solaris family support
...
This commit will add the support of TZ for Solaris platforms.
Tested with SmartOS
2013-05-26 18:51:33 +02:00
Thomas S Hatch
c4c2b7936a
Add tests for mine.send
2013-05-26 08:55:18 -06:00
Thomas S Hatch
a8f47b87e4
mine.send is working!
2013-05-26 08:54:55 -06:00
Thomas S Hatch
e00a7c45ba
Catch case where format_call stack traces and the trace is safe
2013-05-26 08:53:02 -06:00
Robert Keizer
e1e24337fe
Cleaner re-write.
2013-05-26 09:50:21 -05:00
Robert Keizer
26e874c9dc
Working default with some evals
2013-05-26 09:38:19 -05:00
Miroslav Prymek
3d8da0897b
Import salt.utils.winapi
2013-05-26 16:30:29 +02:00
Thomas S Hatch
f1640d263c
Update mine.send to parse args and kwargs more salty
2013-05-26 08:19:22 -06:00
Robert Keizer
d8187c1400
Working on custom options.
2013-05-26 09:01:13 -05:00
David Boucha
9312d5be04
add missing docstring
2013-05-26 08:43:41 -05:00
Thomas S Hatch
c9f108b787
Make mine.update return True when finished
2013-05-26 07:19:02 -06:00
Thomas S Hatch
49db655fd5
Add master side capability to make mine accept single funcs
2013-05-26 07:18:12 -06:00
Thomas S Hatch
d48702aaa5
Add mine_functions to grains
2013-05-26 06:59:13 -06:00
Thomas S Hatch
374eb97e25
Add mine.send
2013-05-26 06:46:07 -06:00
Thomas S Hatch
55a83a2235
Preserve any functions that have not been re-run in the mine
2013-05-26 06:32:22 -06:00
Thomas S Hatch
562fbdaed2
Add grains.get test
2013-05-26 06:11:59 -06:00
Thomas S Hatch
04ad87f9fb
Add test to grains.setval
2013-05-26 04:11:42 -06:00
Thomas S Hatch
98bb5335df
Disable failing config.manage_mode test, we will need to clean this
2013-05-26 03:52:22 -06:00
Thomas S Hatch
cf69f2d004
Add manage_mode test
2013-05-26 03:44:22 -06:00
Thomas S Hatch
f71a4ee2c8
Add more checks to config
2013-05-26 03:42:41 -06:00
Thomas S Hatch
44d1123291
Start on config module tests
2013-05-26 00:32:57 -06:00
Thomas S Hatch
e6c369c5ec
Add opts to master file to test config module
2013-05-26 00:31:43 -06:00
Thomas S Hatch
25fd45a688
Make --name a little more clear
2013-05-26 00:08:52 -06:00
Robert Keizer
39078b3ad1
Removing the create_db field. Also fixed typo.
2013-05-26 00:59:02 -05:00
Robert Keizer
fc600e4932
Better wording.
2013-05-26 00:51:04 -05:00
Robert Keizer
9c9a8a6886
Some more comments.
2013-05-26 00:49:49 -05:00
Robert Keizer
b1ec36c163
Little more modular. Paving the way for options.
2013-05-26 00:47:38 -05:00