Commit Graph

2527 Commits

Author SHA1 Message Date
Evan Borgstrom
18569c45c6 Allow the mysql module to be configured by a default_file
This allows MySQL to be configured via a default file instead of by
specifying the parameters individually in the minion config.

Debian creates a file name /etc/mysql/debian.cnf that contains
credentials for a user equivilent to 'root' so this allows for very
convenient configuration of a minion.
2012-01-18 17:34:53 -05:00
Thomas S Hatch
d113d1b442 Merge branch 'develop' of https://github.com/rubic/salt into rubic-develop 2012-01-18 14:52:42 -07:00
Jeff Bauer
8628876f80 add user to master config 2012-01-18 15:07:57 -06:00
Jeff Bauer
30308b6a5b run salt in user space 2012-01-18 14:29:38 -06:00
Thomas S Hatch
73842f5e1c Merge https://github.com/KB1JWQ/salt into KB1JWQ-dfd82ad 2012-01-18 13:28:26 -07:00
Corey Quinn
a496e46227 Merge branch 'master' of github.com:KB1JWQ/salt 2012-01-18 12:16:06 -08:00
Corey Quinn
dfd82ad0bd Debian/Ubuntu package for upstream acceptance
Applying latest changes for packaging

Fixed typos in man pages

Latest round of changes

More packaging fixups

Fixed salt-common typo

Fixed wildcarding in install files

Removed extra man pages

Removed trailing slash

Fixed links

Moved binaries to proper packages

Fixed man pages

Pathing

Perms tweak

Missing files

Fixed spacing

Fixed another lintian error

build the msgpack stuff

Updating rules and install files

Fixed shebang

Control updates

Fixed copyright file

Fixed lintian

Fixed overrides

cmd.retcode no longer uses subprocess.call since it is broken

fix issue with source_hash and trailing whitespace

Bye-bye pickle, hello msgpack

Add docs for new source powers

Add support for source_hash to be a source hash string

add pure python template type

add return clarifying that no states were found if no states are found

change some strings to use format

add code to cache jobs on the minion if option is set

serialize cache data

was caching the wrong line data

Add cache_jobs to the minion config template

add docs for new config param cache_jobs

make the minions return to the master in addition to returning to
returners

Add capability to designate multiple returns

only run the apache module if apachectl is installed

only load solr module if solr is installed

Debug statement used the wrong variable.

Only load nginx on machines that have nginx installed

Make it more like the apache module
2012-01-18 12:15:01 -08:00
Corey Quinn
61271bf53b Fixed overrides 2012-01-18 11:54:33 -08:00
Corey Quinn
f81e8810ae Fixed lintian 2012-01-18 10:42:07 -08:00
Thomas S Hatch
e5d0214205 Merge pull request #533 from syphernl/develop
Only load nginx on machines that have nginx installed
2012-01-18 10:19:20 -08:00
Corey Quinn
fdd4414603 Fixed copyright file 2012-01-18 10:14:47 -08:00
Frank Klaassen
a2ff2e9cf7 Make it more like the apache module 2012-01-18 19:10:24 +01:00
Frank Klaassen
afc975f7ab Only load nginx on machines that have nginx installed 2012-01-18 19:09:20 +01:00
Thomas S Hatch
80af540ac8 Merge pull request #532 from byronclark/develop
Debug statement used the wrong variable.
2012-01-18 08:29:14 -08:00
Byron Clark
46c7798003 Debug statement used the wrong variable. 2012-01-18 09:22:18 -07:00
Thomas S Hatch
21f20b1258 only load solr module if solr is installed 2012-01-18 00:38:53 -07:00
Thomas S Hatch
172b3037d4 only run the apache module if apachectl is installed 2012-01-18 00:28:10 -07:00
Thomas S Hatch
7269f98881 Add capability to designate multiple returns 2012-01-18 00:18:09 -07:00
Thomas S Hatch
8e5a3a2ae6 make the minions return to the master in addition to returning to
returners
2012-01-18 00:12:28 -07:00
Thomas S Hatch
f89e89d850 add docs for new config param cache_jobs 2012-01-18 00:04:14 -07:00
Thomas S Hatch
302857aca0 Add cache_jobs to the minion config template 2012-01-17 23:59:01 -07:00
Thomas S Hatch
1e13d5b12e was caching the wrong line data 2012-01-17 23:56:45 -07:00
Thomas S Hatch
d925e4f5ce serialize cache data 2012-01-17 23:49:57 -07:00
Thomas S Hatch
b2151521bb add code to cache jobs on the minion if option is set 2012-01-17 23:45:42 -07:00
Thomas S Hatch
f63a38d025 change some strings to use format 2012-01-17 23:26:39 -07:00
Thomas S Hatch
f5dd9ce234 add return clarifying that no states were found if no states are found 2012-01-17 22:46:21 -07:00
Thomas S Hatch
dc2ab21714 add pure python template type 2012-01-17 22:28:21 -07:00
Thomas S Hatch
8767338eb5 Add support for source_hash to be a source hash string 2012-01-17 21:52:15 -07:00
Thomas S Hatch
12791e69a7 Add docs for new source powers 2012-01-17 21:43:04 -07:00
Thomas S Hatch
1a7af1823f Merge branch 'develop' of github.com:saltstack/salt into develop 2012-01-17 21:30:19 -07:00
Thomas S Hatch
67350940b2 fix issue with source_hash and trailing whitespace 2012-01-17 21:27:18 -07:00
Thomas S Hatch
96ea082976 Merge pull request #530 from fatbox/develop
Small documentation fix
2012-01-17 20:12:05 -08:00
Evan Borgstrom
baf3e6a359 Bye-bye pickle, hello msgpack 2012-01-17 23:07:40 -05:00
Thomas S Hatch
348fa2ee6f cmd.retcode no longer uses subprocess.call since it is broken 2012-01-17 21:05:56 -07:00
Corey Quinn
82c7afe364 Control updates 2012-01-17 15:32:43 -08:00
Corey Quinn
078103a4b1 Fixed shebang 2012-01-17 15:21:26 -08:00
Corey Quinn
b8b427ecc9 Updating rules and install files 2012-01-17 12:48:26 -08:00
Corey Quinn
da59653fbb build the msgpack stuff 2012-01-17 11:48:05 -08:00
Corey Quinn
c3b65e186b Fixed another lintian error 2012-01-17 11:20:08 -08:00
Corey Quinn
f075dfc7af Fixed spacing 2012-01-17 11:17:21 -08:00
Corey Quinn
f32c78605b Missing files 2012-01-17 11:07:44 -08:00
Corey Quinn
774451951b Perms tweak 2012-01-17 11:03:37 -08:00
Corey Quinn
d275669b5b Pathing 2012-01-17 11:00:04 -08:00
Corey Quinn
2aa0521d47 Fixed man pages 2012-01-17 10:33:16 -08:00
Corey Quinn
019620d891 Moved binaries to proper packages 2012-01-17 10:25:10 -08:00
Corey Quinn
8a06d69f36 Fixed links 2012-01-17 10:14:56 -08:00
Corey Quinn
2fcc37670b Removed trailing slash 2012-01-17 09:59:31 -08:00
Corey Quinn
24e05771df Removed extra man pages 2012-01-17 09:57:31 -08:00
Corey Quinn
32503fec6d Fixed wildcarding in install files 2012-01-17 09:53:17 -08:00
Corey Quinn
af7690e0eb Fixed salt-common typo 2012-01-17 09:44:03 -08:00