salt/pkg/rpm
Nathan Rini 73a839d637 Fix bug to allow for multiple PIDs to be returned
Bug:
```
[root@pronghorn04 ~]# service salt-minion restart
Stopping salt-minion daemon:                               [  OK  ]
Starting salt-minion daemon: /etc/init.d/salt-minion: line 67: [: 22610:
unary operator expected
                                                           [  OK  ]
```

Traced bug:
```
++ pidof -c -o 21702 -o 21341 -o %PPID -x salt-minion
+ '[' 22610 7606 ']'
/etc/init.d/salt-minion: line 67: [: 22610: unary operator expected
```
2014-01-15 15:50:41 -07:00
..
0001-Only-expect-args-if-they-are-actually-passed-in.patch repackage with patch to fix #1730 2012-08-02 11:20:11 -06:00
0002-Fix-systemd-service-status.patch Updating spec to 0.10.4, patching bug #2335 (RHBZ#869669) 2012-10-24 12:08:28 -06:00
0003-Late-stage-jinja2-dependency.patch Fix import typo in rpm build patch 2013-01-25 15:08:31 -08:00
0004-Jinja2-no-longer-build-dep.patch fixup salt.spec for 0.12.0 2013-01-17 19:17:18 -07:00
0004-more-complete-ordereddict-recipe.patch upstream patch release 0.15.2 and patch to make tests run properly 2013-05-31 17:25:21 -06:00
build.py Fix pkg/rpm/build.py when it's a release candidate 2014-01-09 15:45:40 -07:00
README.fedora updated to work with 0.9.6 2012-01-24 15:16:30 -07:00
salt-master Update initscripts, spec file for 0.17.0 2013-09-30 21:09:25 -05:00
salt-master.service Move systemd service files to a separate directory 2012-10-26 09:45:33 +11:00
salt-minion Fix bug to allow for multiple PIDs to be returned 2014-01-15 15:50:41 -07:00
salt-minion.service Move systemd service files to a separate directory 2012-10-26 09:45:33 +11:00
salt-syndic Update initscripts, spec file for 0.17.0 2013-09-30 21:09:25 -05:00
salt-syndic.service Move systemd service files to a separate directory 2012-10-26 09:45:33 +11:00
salt.spec Update RPM spec for 0.17.4 2013-12-19 11:33:02 -06:00

These packages are *optional* dependencies for salt. By default, they are not included in the salt RPMs.
Install any of these packages to enable the functionality within salt.

MySQL-python 
libvirt-python 
python-mako
pymongo
python-redis / redis

A semi-canonical list of the optional salt modules can be found at 
https://github.com/saltstack/salt/blob/develop/doc/conf.py#L30