Commit Graph

13731 Commits

Author SHA1 Message Date
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
Emile 'iMil' Heitor
a02d5488c9 Added vcpu_pin: sets which CPUs a VCPU can use 2013-05-26 11:39:23 +02: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
Robert Keizer
190a9436d1 Working couchdb system. 2013-05-26 00:35:58 -05:00
Robert Keizer
fb78e50ba7 Some more debug, also importing json. 2013-05-25 23:21:55 -05:00
Robert Keizer
71f9241f54 Working on some guts. Also renamed. 2013-05-25 22:44:54 -05:00
Robert Keizer
603979e01d Some documentation. 2013-05-25 22:32:20 -05:00
Robert Keizer
6846963ca8 Starting CouchDB returner. 2013-05-25 22:29:25 -05:00
David Boucha
03880b63d9 Merge pull request #5262 from cvrebert/patch-1
client.py: fix ye olde English typoe
2013-05-25 16:31:55 -07:00
Chris Rebert
f9ae52e538 client.py: fix ye olde English typoe 2013-05-25 17:29:28 -06:00
Niels Abspoel
11df856bba Updated salt-git package with new features
feautures:
- during installation a salt system user is created
- Creation of '/etc/salt/master.d/' for enhanced configuration
- salt-master run under own user 'salt'
- salt-user.conf created to set salt-master up for using salt system
  user
- added logrotate config files in appropriate place
- added bash-completion config files in appropriate place.
- Check if salt-master/salt-minion is running when upgrading
  and reexec / reload daemons accordingly
- Updated removal of salt package to remove 'cache' and 'log' dirs.
  and removal of salt system user.
- Made installation more verbose to communicate what happens.
2013-05-25 22:27:21 +02:00
David Boucha
0a800ec3ec Merge pull request #5260 from UtahDave/fix_win_test
Fix failing unit test on get_owner on Windows
2013-05-25 12:15:26 -07:00
David Boucha
a61a8d17f0 Set vars to none instead of empty string 2013-05-25 13:08:06 -06:00
David Boucha
4a6d56acef Fix failing test for checking get_owner 2013-05-25 13:06:44 -06:00
Matthew Williams
9cff2a03d7 modules/virt.py: use qemu-img to detect image type; allow emulator type (e.g., kvm, qemu) to be passed as an arg to init 2013-05-25 09:39:56 -07:00
Emile 'iMil' Heitor
26342801aa Got rid of os.popen() by calling a helper function from __virtual__ 2013-05-25 14:43:16 +02:00
Thomas S Hatch
f0946b46f7 All kwvals are parsed before reaching functions now
Fix test failures from #5031 773fda0fa1
2013-05-25 03:38:27 -06:00
Thomas S Hatch
62c9a5d05a Revert "Handle args that were previously parsed into lists, Fix #5031"
This reverts commit 773fda0fa1.
2013-05-25 03:29:23 -06:00
Thomas S Hatch
1ba039be8b Revert "add try/except when getting process owner"
This reverts commit 4e71d74ff1.
2013-05-25 03:17:00 -06:00
Thomas S Hatch
e6565b50a3 Fix bug in minion_publish repair 2013-05-25 02:43:36 -06:00
Colton Myers
663176ac87 Use yamlify_arg() in more places 2013-05-24 18:47:55 -06:00
Seth House
fa80a92540 Merge pull request #5256 from basepi/yamlargs5224
Parse kwargs with YAML, Fix #5224
2013-05-24 17:13:11 -07:00
Colton Myers
d00a89afd4 Parse kwargs with YAML, Fix #5224 2013-05-24 16:24:45 -06:00
Thomas S Hatch
09557fb62f Merge pull request #5253 from basepi/gitfs5007
Allow slashes in gitfs envs, Fix #5007
2013-05-24 15:07:41 -07:00