Thomas S Hatch
28f4cc0ab1
Make minion hold off for network connection
2012-03-30 22:48:00 -06:00
Thomas S Hatch
8c3ad656dc
Add logrotate files to pkg dir
2012-03-30 21:54:47 -06:00
Thomas S Hatch
c2ee45795a
update win_file.find to use kwargs
2012-03-30 21:46:17 -06:00
Thomas S Hatch
3a6ce142d1
update file.find to use kwargs, Fix #1024
2012-03-30 21:42:47 -06:00
Thomas S Hatch
75a1b385e9
Change kwargs to gather all kwargs if function has **kwargs
2012-03-30 21:41:34 -06:00
Thomas S Hatch
92d1a68710
Add pillar data to SMinon class, Fix #1027
2012-03-30 17:39:16 -06:00
Seth House
9cd35f3900
Merge pull request #1026 from fxdgear/develop
...
show packages in pip.list that were installed via the editable flag
2012-03-30 01:12:35 -07:00
Nick Lang (Salt minion)
cb49434ae3
Merge branch 'develop' of github.com:fxdgear/salt into develop
2012-03-30 07:32:56 +00:00
Nick Lang (Salt minion)
48286a8d5f
show packages in pip.list that were installed via the editable flag
2012-03-30 07:32:48 +00:00
Thomas S Hatch
d00133e343
Add some tests for states
2012-03-29 17:18:32 -06:00
Thomas S Hatch
24bc642508
Add files to file_roots for tests
2012-03-29 16:53:48 -06:00
Thomas S Hatch
2d81528eaa
Add file_roots config to tests
2012-03-29 16:51:56 -06:00
Thomas S Hatch
47768c7149
Add pillar module verification
2012-03-29 16:35:49 -06:00
Thomas S Hatch
6dadf88000
Add pillar data to tests
2012-03-29 16:19:19 -06:00
Thomas S Hatch
9cedfe7c95
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-29 15:46:38 -06:00
Thomas S Hatch
d1dee6d4e3
remove old master process fix
2012-03-29 15:41:32 -06:00
Jeff Schroeder
ff21718d96
Merge pull request #1023 from stephas/develop
...
OS X and kvm module disable
2012-03-29 12:50:41 -07:00
Stephan Scheller
ec9889b7e2
Per SEJeff's comment, disabled kvm_hyper module for OS X correctly
2012-03-29 12:22:23 -07:00
Stephan Scheller
30af318e8b
There is no /proc/modules on OS X, fixed kvm_hyper module from crashing
2012-03-29 11:42:54 -07:00
Thomas S Hatch
d643db9154
remove misconfigured file_roots lines
2012-03-29 09:37:11 -06:00
Thomas S Hatch
bb356df777
Add docs for refresh_pillar, Fix #1020
2012-03-29 08:58:32 -06:00
Thomas S Hatch
53befac5e8
Add a syndic, syndic master and finish synndic tests
2012-03-29 01:03:37 -06:00
Thomas S Hatch
cda5dfbf4d
update configs for syndic tests
2012-03-29 01:03:11 -06:00
Thomas S Hatch
fac809f11a
add initial files for syndic tests
2012-03-29 01:02:40 -06:00
Thomas S Hatch
9d0f49e2bf
Add a SyndicCase for testing syndic functions
2012-03-28 22:25:59 -06:00
Thomas S Hatch
f06ea9335d
Update tests to run an extra master and a syndic
2012-03-28 22:14:31 -06:00
Thomas S Hatch
1e63ffc862
Add syndic master config for the test environment
2012-03-28 22:13:34 -06:00
Thomas S Hatch
7221d566e5
Add auth test for minion publish
2012-03-28 18:47:10 -06:00
Thomas S Hatch
62b709d578
publish tests
2012-03-28 18:37:05 -06:00
Thomas S Hatch
ecfb4b1df0
update config for publish tests
2012-03-28 18:36:38 -06:00
Thomas S Hatch
bc9441c091
this is causing an exception, changing back until it can be hunted down
2012-03-28 18:25:28 -06:00
Thomas S Hatch
f37725fff3
fix break in publish caused by hashed jid dirs
2012-03-28 18:18:27 -06:00
Thomas S Hatch
d47ae03947
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-28 14:29:37 -06:00
Thomas S Hatch
12a0f442ec
fix string standards and use yaml.safe_load
2012-03-28 14:29:00 -06:00
Thomas S Hatch
af18d2da7f
Merge pull request #1019 from fatbox/mysql-grant-fix
...
Only escape the database name, not the table
2012-03-28 13:14:54 -07:00
Evan Borgstrom
1263b266b3
Only escape the database name, not the table
...
As per http://dev.mysql.com/doc/refman/5.1/en/grant.html you can only
specify wildcards in the database part of the specification for the
grant.
As it stands right now when the grant is generated it is for a table
with backticks in the name. This leads to the confusing situation where
the user can access the database but cannot access any tables.
2012-03-28 16:12:23 -04:00
Thomas S Hatch
e3fe0c05fc
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-28 12:08:13 -06:00
Thomas S Hatch
5b3b5bb145
Add sys module tests
2012-03-28 12:07:48 -06:00
Thomas S Hatch
7a835f25af
Merge pull request #1017 from grierj/contribute
...
Ignoring check_minion in a master of master setup
2012-03-28 10:20:11 -07:00
Thomas S Hatch
86aecc1aea
Merge pull request #1016 from codysoyland/issue-586
...
Ensure CWD is set when changing environments with "sudo - ".
2012-03-28 08:22:00 -07:00
Cody Soyland
aedc4859bb
Ensure CWD is set when changing environments with "sudo - ". Closes GH-586.
2012-03-28 10:17:55 -05:00
Thomas S Hatch
e19e062217
Merge pull request #1015 from codysoyland/pip-improvements
...
Add user argument to pip state and module.
2012-03-28 08:15:19 -07:00
Cody Soyland
b2140e1c59
Add user argument to pip state and module.
2012-03-28 10:09:27 -05:00
Thomas S Hatch
7d005f9b50
clean up files before running tests
2012-03-28 00:10:13 -06:00
Thomas S Hatch
118c02886a
Add tests for the data module
2012-03-27 23:45:49 -06:00
Thomas S Hatch
68b950e36d
don't backtrace when asking for keys that are not present
2012-03-27 23:44:10 -06:00
Thomas S Hatch
27886f3e6a
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-27 23:01:56 -06:00
Thomas S Hatch
ee1d489e1b
Add ability to clear out the minion datastore
2012-03-27 23:00:34 -06:00
Thomas S Hatch
0d774064ed
Merge pull request #1011 from 0xDEC0DE/develop
...
make "salt-key --list" friendlier to scripts/pipes
2012-03-27 21:47:08 -07:00
Thomas S Hatch
d738525316
Don't load Exceptions into the function area
...
Don't worry, the imported functions are still available to the
functions, since they are reffed on the module level
2012-03-27 22:38:03 -06:00