Nick Lang
c17722dac4
adding processor for packages arg
2012-03-16 00:32:27 -06:00
Nick Lang
dc124d5492
Update salt/modules/pip.py
2012-03-16 00:29:39 -06:00
Nick Lang
d68e381371
adding uninstall method
2012-03-16 00:28:24 -06:00
Nick Lang
56d325904e
Update salt/modules/pip.py
2012-03-16 00:13:09 -06:00
Nick Lang
6c765dd6b5
Update salt/modules/pip.py
2012-03-16 00:08:58 -06:00
Nick Lang
7373a787a9
Update salt/modules/pip.py
2012-03-15 23:58:10 -06:00
Nick Lang
4c66b236df
Update salt/modules/pip.py
2012-03-15 23:44:14 -06:00
Nick Lang
49e6986957
Update salt/modules/pip.py
2012-03-15 23:40:46 -06:00
Nick Lang
2cb75d0cd0
Update salt/modules/pip.py
2012-03-15 23:26:49 -06:00
root
9bca52ac1a
refactor of pip
2012-03-16 05:17:51 +00:00
Thomas S Hatch
594a117a4d
Merge pull request #914 from dcolish/develop
...
Add warning for yaml renderers when a key is overridden, #631
2012-03-15 15:37:23 -07:00
Dan Colish
4ceacf6912
Move yaml utilities to salt.utils, #631
2012-03-15 13:00:06 -07:00
Thomas S Hatch
531770491e
Add MasterHighState class for master side compiling
2012-03-15 12:24:38 -06:00
Thomas S Hatch
c025a34e12
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-15 11:54:45 -06:00
Thomas S Hatch
60edc32b3a
Add FunctionWrapper to the client
2012-03-15 11:54:27 -06:00
Jeff Schroeder
a5267584b4
Make Tom happy
...
Thanks @dcolish for pointing this out.
2012-03-15 10:23:13 -07:00
Thomas S Hatch
91a22fb98d
Add MasterState class to state.py
2012-03-15 10:03:20 -06:00
Thomas S Hatch
1acbbeee4a
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-15 09:57:16 -06:00
Thomas S Hatch
630f96e175
fix caps in jobs.active
2012-03-15 09:56:46 -06:00
Dan Colish
564246ed6e
Add warning for yaml renderers when a key is overridden, #631
2012-03-15 08:50:49 -07:00
Thomas S Hatch
8ba0ab81ee
Merge pull request #912 from dcolish/develop
...
Some small fixes
2012-03-14 20:06:20 -07:00
Dan Colish
fde0b31261
Try to support sed options across multiple platforms
2012-03-14 20:03:59 -07:00
Dan Colish
350e9d6d6d
Fix var name in minion config
2012-03-14 20:03:33 -07:00
Thomas S Hatch
45801f8b3a
Merge pull request #911 from grierj/contribute
...
Adding hardcoded appendable domain
2012-03-14 18:48:25 -07:00
Thomas S Hatch
c810c5a02a
Seperate out key Highstate object components
...
This change will make extending the Highstate object and adding in a
custom file client and state a viable option
2012-03-14 19:43:45 -06:00
Grier Johnson
f0134bb83f
Fixing typo
2012-03-14 18:42:28 -07:00
Grier Johnson
3a3db83012
Adding in append_domain config values. Allows for a harcoded domain to
...
be appended to minions. This helps with systems like solaris who, by
default, give back the short name when you ask for socket.getfqdn()
2012-03-14 18:35:07 -07:00
Thomas S Hatch
d87c8016b9
Add loggign to caller.py
2012-03-14 19:28:15 -06:00
Thomas S Hatch
3de9fe0569
Merge pull request #910 from gordonm/develop
...
Develop
2012-03-14 17:47:48 -07:00
Gordon McAllister
72c2014767
War on typos
...
Also cleanup whitespace and break some long lines
2012-03-14 17:09:19 -07:00
Gordon McAllister
e297628db2
Fix show_lowstate example in docstring
2012-03-14 17:07:46 -07:00
Thomas S Hatch
2ff79fee22
Add providers to config.py
2012-03-14 15:12:02 -06:00
Thomas S Hatch
2003cd7b42
Add providers blurb to minion config
2012-03-14 15:11:11 -06:00
Thomas S Hatch
4481b26c9b
Add providers to the capabilities of the minion config
2012-03-14 15:07:17 -06:00
Thomas S Hatch
6c10c17fbf
pull out executable on windows
2012-03-14 14:24:41 -06:00
Thomas S Hatch
1e625de5c1
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-14 12:36:16 -06:00
Thomas S Hatch
299843245d
fix grains/core.py static reference to cmd.run
2012-03-14 12:35:45 -06:00
Thomas S Hatch
8384c788ce
Merge pull request #908 from UtahDave/fix_some_docs
...
Fix small typo
2012-03-14 10:50:57 -07:00
David Boucha
eaa0c5ec92
Fix small typo
2012-03-14 11:40:37 -06:00
Thomas S Hatch
a3ab251669
Merge pull request #902 from vittyvk/develop
...
Develop
2012-03-14 08:16:39 -07:00
Vitaly Kuznetsov
d9e744e1c3
If we switch to another user pidfiles must be written from
...
original one (possibly root) as pidfiles in /var/run are usually
owned by this original user.
2012-03-14 11:53:33 +00:00
Thomas S Hatch
d1359577b4
Merge pull request #901 from SEJeff/fix-unhandled-importerrors
...
Fix unhandled importerrors
2012-03-13 23:10:19 -07:00
Jeff Schroeder
f701bb8302
Add "Required python modules" to the windows registry module
...
Also just use a fallthrough in the win_file module
2012-03-13 22:56:08 -07:00
Jeff Schroeder
081d251086
Start documenting optional dependencies and make win_file use it
...
The new "standard" for documenting non-stdlib python dependencies
is via a module level docstring that includes a line like:
Required python modules: module1, someothermodule, win32api
Add a few helper methods for returning a list of required python
modules which aren't importable and pretty print the error in win_file
2012-03-13 22:41:51 -07:00
Thomas S Hatch
7079dbf04f
Add saltutil.refresh_pillar
2012-03-13 23:19:48 -06:00
Jeff Schroeder
18010c2cf6
Rename the cmd module file to cmdmod to not overwrite stdlib
...
This makes debugging other modules with pdb when developing hard
2012-03-13 22:14:39 -07:00
Jeff Schroeder
0e66b77fcf
A few small changes to the cmd module before renaming the file
2012-03-13 22:12:23 -07:00
Thomas S Hatch
7de557d64c
change test.kpass to test.kwarg
2012-03-13 23:01:16 -06:00
Thomas S Hatch
fc3acae586
Add check for refreshing the pillar data int he module_refresh file
2012-03-13 22:56:07 -06:00
Thomas S Hatch
49d905db13
Merge pull request #900 from teancom/develop
...
another typo
2012-03-13 21:41:55 -07:00