Commit Graph

10146 Commits

Author SHA1 Message Date
David Boucha
36abc09fc2 Merge pull request #3432 from joehealy/develop
Modified check for existence of hg binary to also work on windows
2013-01-24 16:53:20 -08:00
Joe Healy
317858baa1 Modified check for existence of hg binary to also work on windows 2013-01-25 10:55:55 +11:00
Erik Johnson
c58e7b2837 Merge pull request #3428 from archtaku/docs
small spelling correction
2013-01-24 13:02:48 -08:00
Erik Johnson
b7251d8013 small spelling correction 2013-01-24 15:01:54 -06:00
Thomas S Hatch
65c960f88b Merge pull request #3425 from aleszoulek/custom_outputters
Custom outputters
2013-01-24 10:05:52 -08:00
Thomas S Hatch
b219e94750 Merge pull request #3422 from herself/develop
Add user/group support for OpenBSD and fix a Darwin user bug
2013-01-24 09:58:12 -08:00
Thomas S Hatch
a261458ed4 Merge pull request #3414 from archtaku/issue3410
Implement #3410
2013-01-24 09:33:00 -08:00
Thomas S Hatch
0d5e704b9c Merge pull request #3426 from kjkuan/pydsl-test-case-fix2
Fix test case skipping logic: if < py2.7 then no OrderedDict, so skip.
2013-01-24 09:31:01 -08:00
Jack Kuan
0976f42410 Fix test case skipping logic: if < py2.7 then no OrderedDict, so skip.
For ordered execution, PyDSL requires py2.7 or above. Although, it's
possible to make it work with a third-party OrderedDict implementation
like the yaml renderer does..., this is not bothered here.
2013-01-24 12:21:54 -05:00
Seth House
01cd56c80f Specified current module in stateconf renderer module docs 2013-01-24 09:49:53 -07:00
Ales Zoulek
bdfdfa69ed Adding support for custom outputters
- introduced outputter_dirs config option
- added saltutil.sync_outputters command
- saltutil.sync_all calls also saltutil.sync_outputters
2013-01-24 17:21:59 +01:00
Joseph Hall
2207c3078d Merge pull request #3423 from baijum/doc
typo fixes
2013-01-24 07:38:00 -08:00
Wiesław Herr
90e5105069 Merge branch 'develop' of git://github.com/saltstack/salt into develop 2013-01-24 16:18:41 +01:00
Wiesław Herr
c2156e88d7 Add support for managing users and groups in OpenBSD 2013-01-24 15:56:19 +01:00
Wiesław Herr
49a80f8cdb Removing the _format_info function on Darwin doesn't make much sense 2013-01-24 15:35:02 +01:00
Baiju Muthukadan
742a8cbb23 typo fixes 2013-01-24 19:55:40 +05:30
Joseph Hall
c1e54c3d40 Merge pull request #3417 from jeffh/develop
Fixed iptables.save module
2013-01-24 05:13:39 -08:00
Seth House
dc737520b9 Moved document fragments into excluded directory
This avoids "document isn't included in any toctree" warnings.
2013-01-24 00:06:02 -07:00
Seth House
567a1edac7 Misc rST fixes 2013-01-23 23:40:24 -07:00
Seth House
915ad76273 Added all tutorials to a local TOC 2013-01-23 23:29:59 -07:00
Jeff Hui
e901ae3b14 Fixed iptables.save module to not fail when parent directory already exists. 2013-01-23 22:27:05 -08:00
Seth House
25df5d20a1 Removed placeholder doc 2013-01-23 23:24:26 -07:00
Seth House
c8571a5255 Removed nonexistent module docs from TOC 2013-01-23 23:16:16 -07:00
Seth House
8890fe8a71 Removed docs for non-existent module
Fixes #3384
2013-01-23 23:07:34 -07:00
Erik Johnson
24053f90d5 Extend grains matcher to traverse nested dicts 2013-01-23 23:19:15 -06:00
Erik Johnson
9d304064b5 Extend pillar matcher to traverse nested dicts 2013-01-23 23:18:13 -06:00
Erik Johnson
8cbd3b39f4 PEP8 fixes from PyLint 2013-01-23 23:15:20 -06:00
Thomas S Hatch
bc5ec217a7 Merge pull request #3404 from giantlock/develop
fix #3403
2013-01-23 19:57:38 -08:00
Thomas S Hatch
923d228f4a Merge pull request #3399 from baijum/doc
move documenatation generation to bottom
2013-01-23 19:50:37 -08:00
Thomas S Hatch
7d2e5dd1a0 minor formatting change 2013-01-23 20:50:40 -07:00
Thomas S Hatch
e2fad9e1fd Merge pull request #3400 from viktorkrivak/develop
Add param persist to states.kmod
2013-01-23 19:48:25 -08:00
Thomas S Hatch
d64c82b4d2 Merge pull request #3392 from shadowfax-chc/ebuild-improv2
Added initial slot support to ebuild functions
2013-01-23 19:36:15 -08:00
David Boucha
7ede76b313 Merge pull request #3413 from s0undt3ch/develop
Fix tests.
2013-01-23 15:28:18 -08:00
Pedro Algarvio
eb38c4de5f Fix supervisor test. 2013-01-23 23:23:05 +00:00
Pedro Algarvio
34522907e8 One more grain.item fix to comply with new dict output. 2013-01-23 23:00:19 +00:00
Pedro Algarvio
0207416f3c Conform with the dict return type for 'salt.modules.grains.item'. 2013-01-23 22:51:45 +00:00
Jeff Schroeder
cc991e680d Merge pull request #3408 from 0xDEC0DE/develop
Add a "manage.status" runner that gives a combined up/down report
2013-01-23 14:49:03 -08:00
Nicolas Simonds
88a2d6732e Bugfix for commit 1d5ce52
If status() returns an empty dict, up() and down() will throw
exceptions, since None is not iterable.
2013-01-23 14:43:28 -08:00
Nicolas Simonds
1d5ce529c5 Add a "manage.status" runner that gives a combined up/down report
It would be nice to get the up/down state of all salt minions in a
single command.  The current runners make it so that two commands
are needed to get this information

This adds a new "manage.status" runner that will print a report of
the up/down state in a consumable format (YAML).  It also refactors
the up() and down() runners to use a common code path
2013-01-23 13:25:53 -08:00
David Boucha
d72e577e62 Update Windows Installer location. 2013-01-23 14:03:17 -07:00
Denis Generalov
25fb316234 fix #3403 2013-01-23 21:10:37 +04:00
Ales Zoulek
478d726806 Merge branch 'develop' of https://github.com/saltstack/salt into develop 2013-01-23 15:58:01 +01:00
Viktor Krivak
8b34b6dc84 Add param persist to states.kmod 2013-01-23 14:31:20 +00:00
Baiju Muthukadan
8e238d21e0 move documenatation generation to bottom
Installing Salt is required for auto-generated
module documentation.  Also mentioned about Sphinx
installation using pip.
2013-01-23 16:39:36 +05:30
shadowfax-chc
0115d168c9 Added initial slot support to ebuild functions
Added slot support for ebuild.install, ebuild.update, ebuild.remove,
ebuild.purge
2013-01-22 20:39:35 -05:00
David Boucha
bf1d7dfb73 Merge pull request #3389 from shadowfax-chc/ebuild-improv
ebuild.install now utilizes the version kwarg
2013-01-22 15:50:24 -08:00
shadowfax-chc
9ed4cc4477 ebuild.install now utilizes the version kwarg 2013-01-22 18:10:04 -05:00
Seth House
0fac9992ad Fixed heading underline 2013-01-22 13:06:44 -07:00
Thomas S Hatch
adc221bdfb Merge pull request #3386 from techhat/pkggroup
group_diff makes more sense here than group_detail
2013-01-22 12:05:58 -08:00
Thomas S Hatch
a781e66e11 Merge pull request #3387 from archtaku/pkg_latest
Fix pkg.latest regression
2013-01-22 12:00:25 -08:00