This fixes#4301, basically we already log the originating user,
and have done so for about a year, we just did not allow for the
standard way of reading the log to print out the user
This commit replaces the call to aptitude within list_pkgs with
grep-available, which dramatically speeds up virtual package detection.
This replaces the dependency on aptitude for virtual package detection
with a dependency on dctrl-tools.
* 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
* 'develop' of git://github.com/saltstack/salt: (101 commits)
Finish the required support for #4587
Fix pip requirements file issue. Refs #4446, #4361 and probably #1615.
Join the processes in order to wait for them to finish.
disable default service module on Arch ARM
A faster approach to the same problem.
Make sure proper number of parameters
Catch returns that do not have hosts
Another spot where we don't need os.sep
Don't use os.sep here. Always / on master
Clean up very old string concatination
Provide the necessary code changes to support #4587. Again, sorry @kinware for my rudeness.
Fix doc string in test.versions_report(). Cosmetic fix.
Add support in test module for getting versions report from minions.
Clean up 'salt --versions-report' after patch from s0undt3ch (thanks!).
Add libzmq version to --versions-report output.
Modified nginx module
Fix version
move the aes key location so that the correct NEW key is sent
enable pacman pkg module for Arch ARM
Style updates for cmdmod execution module
...
This commit will allow one to use wildcards in the argument(s) to
pkg.version, which will enable one to get the version of all packages
that match the pattern. Multiple arguments to pkg.version are still
allowed.