Thomas S Hatch
04dce488fb
Merge pull request #3361 from techhat/nfs
...
Add del_export to nfs
2013-01-21 09:36:19 -08:00
Thomas S Hatch
dce5458998
Merge pull request #3360 from YorikSar/depend-fix
...
Remove extra parse-time dependencies [2nd round].
2013-01-21 09:33:51 -08:00
Thomas S Hatch
e985415e7a
Merge pull request #3359 from jacksontj/develop
...
Fixing formatting on compound matcher docs
2013-01-21 09:30:26 -08:00
Yuriy Taraday
e98098f54a
Emulate check_output for Python 2.6 support.
2013-01-21 21:29:59 +04:00
Thomas S Hatch
395b9e4911
Merge pull request #3358 from kjkuan/bugfix-pydsl-test-case
...
Fix a bug in the pydsl test case.
2013-01-21 09:28:38 -08:00
Joseph Hall
b94d7b4585
Add del_export to nfs
2013-01-21 10:26:20 -07:00
Christer Edwards
34e5c6591b
Merge branch 'freebsd' of github.com:cedwards/salt into freebsd
2013-01-21 10:24:50 -07:00
Christer Edwards
2ffd0a05a3
added seven new functions to pkgng module:
...
clean
autoremove
check
which
search
fetch
updating
2013-01-21 10:23:31 -07:00
Thomas S Hatch
695c8ec5ec
Merge pull request #3357 from techhat/nfs
...
Add multiple permissions to a single export
2013-01-21 09:22:14 -08:00
jacksontj
2af3304a44
Update doc/topics/targeting/compound.rst
2013-01-21 09:10:52 -08:00
jacksontj
745507bab5
Update doc/topics/targeting/compound.rst
...
Fixing formatting
2013-01-21 09:10:44 -08:00
Yuriy Taraday
a6cca99dc4
Make salt.version not depend on the rest of salt.
...
Fix to let pip install salt with all dependencies.
2013-01-21 21:06:19 +04:00
Yuriy Taraday
fabc3224bd
Revert "Remove extra parse-time dependencies."
...
This reverts commit 117de052fb
.
2013-01-21 21:05:54 +04:00
Christer Edwards
8b962a1167
updated existing functions to include more options:
...
available_version
stats
install
delete
info
upgrade
2013-01-21 10:03:16 -07:00
Thomas S Hatch
cd6ba05d89
Merge pull request #3355 from herself/develop
...
Fix pw(8) syntax for group changes
2013-01-21 08:40:55 -08:00
Thomas S Hatch
66d38df51e
Merge pull request #3354 from YorikSar/depend-fix
...
Remove extra parse-time dependencies.
2013-01-21 08:37:25 -08:00
Christer Edwards
b1911ddecc
standardized formatting for CLI Examples in docstrings
2013-01-21 09:25:01 -07:00
Jack Kuan
5ad5cd9b6e
Fix a bug in the pydsl test case.
2013-01-21 10:27:06 -05:00
Joseph Hall
6924b1326b
Add multiple permissions to a single export
2013-01-21 06:57:46 -07:00
Wiesław Herr
e05e16e746
Fix pw(8) syntax for group changes
2013-01-21 11:49:20 +01:00
Yuriy Taraday
117de052fb
Remove extra parse-time dependencies.
...
Allows pip to install salt properly when run-time dependencies are not
there yet.
pip first runs 'setup.py egg_info' that used to require pyzmq, pyyaml,
M2Crypto already installed in the system. This commit fixes that.
2013-01-21 13:00:35 +04:00
Eric Jacobs
70e0d398f1
Updated grains.item to accept any num of args, removed sanitize and changed outputter on item
2013-01-20 23:47:20 -08:00
Thomas S Hatch
a427501321
remove aptsources from travis yaml file
2013-01-21 00:09:35 -07:00
Thomas S Hatch
a8cbcd861f
Merge branch 'develop' of git://github.com/morganfainberg/salt into aptrepo
2013-01-21 00:08:42 -07:00
Thomas S Hatch
62aabd4999
spacing keeps goign odd here...
2013-01-21 00:02:56 -07:00
Thomas S Hatch
ec05e5fa7d
It appears to be python-aptsources
2013-01-20 23:59:47 -07:00
Morgan Fainberg
86ee45ff9b
Wrap python-apt module imports in try/except
...
This is done to make sure pkg module can load and function
in the case the python-apt and python-apt-common modules
are not present. This however will disable the new
repo management functionality.
2013-01-21 06:58:29 +00:00
Thomas S Hatch
ce4f111184
Python apt is already installed
2013-01-20 23:57:46 -07:00
Thomas S Hatch
8da64f3a09
Failing virtual functions should not log warrnings
...
Fix #3350
2013-01-20 23:48:10 -07:00
Thomas S Hatch
428085424f
fix yaml spacing in travis config
2013-01-20 23:46:18 -07:00
Thomas S Hatch
8f2ad69362
Add python-apt deps for Travis builds
2013-01-20 23:31:14 -07:00
Thomas S Hatch
63261c158e
Merge pull request #3345 from giantlock/develop
...
fix pkg.latest bugs
2013-01-20 22:11:37 -08:00
Denis Generalov
d7be42366f
use special compare method for package versions
2013-01-21 10:10:15 +04:00
Thomas S Hatch
3f94e1573f
The module state should only return changes if the function call
...
returns positive data
2013-01-20 21:51:29 -07:00
Thomas S Hatch
fdf3978166
Fix #3340
2013-01-20 21:38:42 -07:00
Thomas S Hatch
99172816ea
Merge pull request #3329 from mjarco/fix-config-options-defaults
...
Default options were never returned if omit_pillar flag was set to false (or unset)
2013-01-20 20:17:39 -08:00
David Boucha
8551e410c8
Merge pull request #3348 from techhat/nfs
...
Adding initial nfs execution module
2013-01-20 17:44:52 -08:00
Joseph Hall
992e8b22cc
Adding initial nfs execution module
2013-01-20 18:32:35 -07:00
Joseph Hall
44de56344c
Merge pull request #3347 from morganfainberg/apt-repo-management
...
Basic apt-repo management functionality
2013-01-20 14:32:11 -08:00
Morgan Fainberg
f27fb52d6b
Basic apt-repo management functionality
...
Added in the core functionality needed to manage apt-based repos.
The only downside is that due to the way apt works, most of the
interfacing requires utilizing the formatted repo_str. This is
because the formats can vary some depending on specifics.
Support for the format "ppa:<project>/repo" has also been added
provided that the python libraries are installed.
This is all done via the python-bindings for apt, rather than calling
out to the "aptitude" or "apt-get" binaries (since the bindings have
some validation in them).
Minor modification of pkrepo state to detect when repos are already
configured (instead of configuring them every time). Also improved
"changes" output for modified repos
2013-01-20 22:01:03 +00:00
Denis Generalov
433df06175
fix pkg.latest bugs
2013-01-20 22:00:04 +04:00
Thomas S Hatch
7ff010e75a
Merge pull request #3344 from ydavid365/patch-4
...
added simpler rhel5/6 examples for starting salt / loading at boot.
2013-01-20 00:22:20 -08:00
John Albietz
f4ada25d4c
updated with rhel6 examples for starting / loading at boot.
2013-01-20 00:18:45 -08:00
John Albietz
f448591b38
updated with rhel6 examples for starting / loading at boot.
2013-01-20 00:16:22 -08:00
Thomas S Hatch
9871218511
Merge pull request #3343 from ydavid365/patch-3
...
additional example for multiple target types.
2013-01-20 00:11:02 -08:00
John Albietz
11125d41e4
additional example for multiple target types.
2013-01-20 00:08:39 -08:00
Thomas S Hatch
c291904a80
Remove clean up of push socket in publisher to fix race condition
...
The clean up was causing an inconsistency in the pull socket,
this will need some more refinement, but for now the problem is
fixed
2013-01-20 00:55:16 -07:00
Thomas S Hatch
080ddf14c2
Merge pull request #3338 from kjkuan/develop
...
pydsl doc updates
2013-01-19 22:29:01 -08:00
Jack Kuan
e37ad858f9
add pydsl renderer doc.
2013-01-20 01:22:16 -05:00
Jack Kuan
897f877bed
Added docs for pydsl and fixed a syntax inconsistency.
2013-01-20 01:21:05 -05:00