salt/salt
Pedro Algarvio 55b166f38c Fix issues around salt.modules.file, salt.states.files and respective tests.
* Updated `salt.modules.file.makedirs` to properly work. Any path passed to this function should be a directory, ie, if `/tmp/foo/bar` is passed, `/tmp/foo/bar` should be a directory, not `/tmp/foo`.
* Since `salt.modules.file.makedirs` was updated, `salt.states.file.append` needed to be updated to pass the proper directory to create.
* Minor formatting change
2013-04-25 16:36:19 +01:00
..
auth Revert "Add workaround for https://github.com/saltstack/salt-api/issues/61" 2013-04-03 11:41:06 -07:00
cli Fix #4467 2013-04-23 00:19:35 -06:00
ext Add 'ext' salt extensions package for future add-ons 2011-08-10 11:18:50 -06:00
fileserver ignore deleted branch in repository 2013-04-23 18:51:47 +08:00
grains Merge pull request #4420 from terminalmage/issue4321 2013-04-07 13:36:31 -07:00
modules Fix issues around salt.modules.file, salt.states.files and respective tests. 2013-04-25 16:36:19 +01:00
output Remove traceback.format_exc() calls where not needed. 2013-04-18 05:55:20 +01:00
pillar Remove traceback.format_exc() calls where not needed. 2013-04-18 05:55:20 +01:00
renderers We need OrderedDict support. So, as a last resort, provide our own. 2013-04-23 12:56:23 +01:00
returners Remove extra import 2013-04-22 17:07:52 -06:00
runners Fix #4323 2013-04-07 21:55:58 -06:00
search Fix PyLint C0103 on salt.search.whoosh_search. Refs #1775. 2012-12-29 18:09:48 +00:00
states Fix issues around salt.modules.file, salt.states.files and respective tests. 2013-04-25 16:36:19 +01:00
tops fix docstrings for cobbler pillar and tops modules 2013-03-25 09:57:26 -07:00
utils A faster approach to the same problem. 2013-04-24 19:11:03 +01:00
wheel Add missing docstring examples in pkg_resource 2013-03-20 23:18:48 -06:00
__init__.py Import salt.log ASAP. 2013-04-18 05:31:18 +01:00
_compat.py Fix PyLint C0103 on salt._compat. Refs #1775. 2012-12-28 15:51:12 +00:00
client.py Fix bad ref from double del() 2013-04-12 10:09:58 -06:00
config.py Force add the mine interval into the sceduler 2013-04-21 22:19:30 -06:00
crypt.py Pass in the cachedir to dropfile 2013-04-19 17:27:51 -06:00
exceptions.py Fix issue with MasterExit being in salt.master.py 2013-04-05 09:23:22 -06:00
fileclient.py Another spot where we don't need os.sep 2013-04-24 11:18:59 -06:00
key.py Pass in the cachedir to dropfile 2013-04-19 17:27:51 -06:00
loader.py loaded_base_name and mod_type_check default to None and in that case, to what's defined for salt. 2013-04-18 03:40:13 +01:00
log.py Complement the docstring. 2013-04-18 05:32:29 +01:00
master.py move the aes key location so that the correct NEW key is sent 2013-04-23 19:11:38 -06:00
minion.py Only format() once. Don't create the debug message, just log it. 2013-04-22 20:39:31 +01:00
overstate.py fix #4441 2013-04-10 14:55:09 -06:00
payload.py Revert timing change #3431 2013-03-22 23:57:29 -07:00
runner.py fix bad ref to **kwargs 2013-01-14 21:20:02 -07:00
scripts.py Fix #4101 2013-03-18 15:08:12 -06:00
state.py Also log the sls render exception. 2013-04-23 17:11:33 +01:00
template.py Add a log message to when a bad renderer is passed in 2013-03-25 23:21:03 -06:00
version.py Remove stray print. 2013-04-25 07:15:03 +01:00