Commit Graph

90 Commits

Author SHA1 Message Date
Sylvestre Ledru
0d5afed1a8 Debian is not necessary a Linux. It can also be a Freebsd or HURD based 2013-11-19 17:23:56 +01:00
Jeffrey C. Ollie
b1fb52a680 fix more funcion => function typos 2013-11-15 14:50:17 -06:00
Pedro Algarvio
5feb449584 Add the missing salt-cloud man page. 2013-11-10 13:28:19 +00:00
Elias Probst
e483404260 Corrected typos. 2013-10-22 19:38:31 +02:00
Mike Place
0593c3311d A minor clarity fix for documentation regarding the extension of Salt.
I attempted to preserve what I believe to be the original intent of the author but please feel free not to merge these changes if you feel that I've failed in doing so. :]
2013-10-03 14:51:49 -06:00
Mike Place
af376a7706 The documentation for state ordering contained duplicate information about 0.17 in two contiguous paragraphs. Removed the first of those occurrences to improve readability. 2013-10-02 15:19:41 -06:00
Thomas S Hatch
b5e4e15c8a Update manpages with correct version number 2013-09-18 23:58:58 -06:00
Seth House
15ec371f26 Built the manpages for 0.17 2013-09-17 17:58:01 -06:00
Ethan Erchinger
5f5693b4ff document new prefix flag 2013-08-10 09:15:08 -07:00
Colton Myers
191f6d1843 Revert "Merge pull request #6573 from erchn/develop"
This reverts commit 3e1df4f901, reversing
changes made to 9f2018fff4.
2013-08-08 17:04:07 -06:00
Ethan Erchinger
0bef33db0c update man page and docstring in fileclient 2013-08-08 09:47:45 -07:00
Thomas L. Kula
54a0746b4e Backoff when minion fails to connect
NOTE: This is a potential change --- I haven't actually gotten a
test environment to try this out.

This adds a configuration option to the minion,
`acceptance_wait_time_max', that if set changes the acceptance
wait loop to add `acceptance_wait_time' seconds to the wait between
each iteration, up to this maximum value.

POTENTIAL FIX: Issue #5813
2013-07-27 16:51:38 -04:00
Sebastian Vetter
229a4e9d2d Update ext_pillar location in manpage 2013-06-30 23:53:21 +10:00
Thomas S Hatch
67f0b88225 Bump man pages to 0.15.90 2013-06-21 15:18:17 -06:00
Tim Laszlo
89b6a07267 Replace human_name with humanname.
The documentation indicates
human_name should hold to a human readble name for the repository.
The code is looking for humanname.
2013-05-20 13:14:17 -05:00
Thomas S Hatch
ae5e55811e Update man pages to 0.15.0 2013-05-03 14:48:49 -06:00
Thomas S Hatch
73a954b6a2 Merge pull request #4289 from grischa/postgres_default_db
renamed postgres.db to postgres.maintenance_db, runas postgres on localhost only
2013-04-01 10:12:09 -07:00
David Lindquist
009d2354fe Fix typo: s/mimion/minion/ 2013-03-31 12:27:09 -07:00
Grischa Meyer
54f7055a38 renamed postgres.db to postgres.maintenance_db and all postgres module function arguments from db to maintenance_db
made default maintenance_db "postgres" and also made default postgres/psql runas local-server only
2013-03-27 11:03:56 +11:00
Cory Wright
9aed1fe9cf add a mention of the include_empty option to file.recurse 2013-03-22 14:17:08 -04:00
pengyao
0176cde512 modify content error, "vm.swappines" to "vm.swappiness" 2013-03-17 10:45:15 +08:00
Pete Emerson
86318d3da6 Added puppet pillar and documentation 2013-03-12 17:41:40 +00:00
Grischa Meyer
bf4aaae3db Postgres modules now respects the pillar setting postgres.pass, as promised in the documentation
Needed to rename the password for newly created or changed roles to rolepassword.
2013-03-11 23:22:32 +11:00
Jakub Vysoky
2cf4e35994 simple typo found in docs 2013-03-08 11:42:54 +01:00
Thomas S Hatch
adf6018a68 update man pages for 0.13.0 2013-02-12 12:02:51 -07:00
Jan Duzinkiewicz
d53605b2a7 additional info about building windows installer 2013-02-05 23:00:10 +01:00
ydavid365
fe769beb73 fixed invalid doc example for cmd.run 2013-02-01 12:04:06 -08:00
Thomas S Hatch
7f9acb753d update manpages for 0.12.0 2013-01-15 20:49:54 -07:00
Clint Savage
3cd8c56875 fixing typos is fun! 2012-12-20 13:22:17 -07:00
Thomas S Hatch
66b4f36e52 update manpages to 0.11.0 2012-12-14 06:50:47 -07:00
Thomas S Hatch
02aac68611 Generate man pages for 0.10.5 2012-11-15 21:36:34 -07:00
G. Clifford Williams
5886991459 another minor typo correction 2012-10-25 12:26:52 -05:00
G. Clifford Williams
6b0ea10b7e minor typo correction 2012-10-25 12:19:35 -05:00
Thomas S Hatch
c4e32a35b2 update version number 2012-10-23 14:56:18 -06:00
Thomas S Hatch
f2de1587c5 Update manpages for 0.10.4 2012-10-23 14:36:13 -06:00
G. Clifford Williams
d399da4259 Merge branch 'master' of https://github.com/saltstack/salt into develop
Conflicts:
	doc/ref/renderers/all/index.rst
2012-10-20 11:54:50 -05:00
G. Clifford Williams
c45ad72284 updated man page and index.rst to include wempy 2012-10-16 14:44:31 -05:00
Thomas S Hatch
4b2d381cf2 Update man pages for 0.10.3 2012-09-30 15:58:27 -06:00
Jeff Bauer
8daf10e373 update salt-key man page 2012-09-25 14:31:16 -05:00
Denis Generalov
74398d19fd *) Make install() definition similar with order package modules
*) Handle refresh param in install()
*) Fix upgrade(): freebsd-update does'nt care about packages, it's about OS itself. But there is not easy way to upgrade package with old package system.
*) Fix docstring example in search()
*) Bring the changes above to the man page
2012-09-20 02:05:14 +04:00
Clint Savage
a79caf940d fixed 'recurse' typo in several locations 2012-08-27 21:26:41 -06:00
David Pravec
15d1e382a1 salt-key delete-all|-D doesnt take arguments
this fixex the man page to be consistent with behaviour of the utility.
2012-08-03 03:54:21 +02:00
Thomas S Hatch
c25259424b generate fresh manpages for 0.10.2 2012-07-27 18:04:56 -06:00
Thomas S Hatch
fc61533442 update man pages for 0.10.1 2012-06-19 16:23:56 -06:00
Michael Prokop
b79ad2a10f Fix typos in manpage
As reported by lintian while doing Debian packaging work:

| I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz Alot A lot
| I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz dependancy dependency
| I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz dependant dependent
| I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz specifed specified

plus one minor one I stumbled upon (sucsessfully -> successfully).
2012-06-18 22:57:31 +02:00
Thomas S Hatch
1b51c648ed Man pages for 0.10.0 2012-06-16 16:25:22 -06:00
Michael Prokop
15eb31f1da Fix some typos in configuration template and manpage
* usefule -> useful
* the the -> the
* issolate -> isolate
* coppied -> copied
2012-06-07 23:18:03 +02:00
Dax Kelson
27050174e7 Spelling fix 2012-05-24 10:48:58 -06:00
L.C. Rees
3315dad9e7 documentation updates 2012-05-22 22:43:12 -06:00
Baiju Muthukadan
1bbb280581 Add 'See also' section to man pages 2012-05-11 03:40:39 +05:30