David Boucha
c552c6b537
Add doc on requiring an entire sls file
2013-08-01 11:03:21 -06:00
Erik Johnson
70e236d028
Docmentation tweaks in advance of 0.16.2 release
2013-07-31 20:43:37 -05:00
Tomé Duarte
7946bef5f3
Fix typo in pidfile code example.
2013-07-30 06:57:34 +01:00
David Boucha
5a8fb7a38d
better wording in winrepo
2013-07-28 00:50:44 -06:00
David Boucha
81bf77f4d3
mention winrepo execution module
2013-07-28 00:48:04 -06:00
Joseph Hall
ed29fa103a
Merge pull request #6376 from terminalmage/issue6322
...
Add functions to manage file backups
2013-07-27 16:27:13 -07:00
Erik Johnson
3a2fbbf7dc
add information to backup restoration docs
2013-07-27 18:20:06 -05:00
Erik Johnson
a77a7bd5f1
Document backup listing/restoring/deleting
2013-07-27 18:09:41 -05:00
Erik Johnson
c2b2f675c0
Add file.restore_backup, file.delete_backup
...
These functions allow you to restore a backup found with
file.list_backups, as well as remove unwanted backups.
2013-07-27 17:49:55 -05: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
Erik Johnson
13e9444329
Add file.list_backups execution function
...
This commit adds a function that will list the available backups for a
given path.
2013-07-27 14:48:20 -05:00
Joseph Hall
7062ff4366
Merge pull request #6344 from mikadosoftware/minor-doc-fix
...
Trivial doc spelling fix
2013-07-27 07:14:06 -07:00
Paul Brian (lifeisstillgood)
fe4559101e
Trivial doc spelling fix
...
It is trivial but it is my first commit / pull request so useful for
checking the process is correct. And it has a semicolon
2013-07-27 13:07:44 +01:00
Thomas S Hatch
45cb885301
Merge pull request #6331 from terminalmage/docs
...
Lots of docs on salt fileserver environments
2013-07-26 10:33:24 -07:00
Xavier Barbosa
45677a9875
added doc
2013-07-26 09:30:41 +02:00
Erik Johnson
1a9f069bf0
Document how top files are compiled from different envs
2013-07-25 17:11:33 -05:00
Pedro Algarvio
bc28a6276b
Link to python's glossary.
2013-07-23 21:45:26 +01:00
Pedro Algarvio
0df4f2e8d0
Link to the actual python False
constant.
2013-07-23 18:21:01 +01:00
Pedro Algarvio
1ff844dfb6
Link to the datetime
python documentation.
2013-07-23 18:03:42 +01:00
Pedro Algarvio
947f99a007
Link to string
and False
in the python documentation.
2013-07-23 17:55:45 +01:00
Pedro Algarvio
b83a749d60
Link to the dict
on python's typesmapping
and point to a docstring explanation.
2013-07-23 17:20:50 +01:00
Pedro Algarvio
e46e81e1f2
Direct link to python's documentation regarding the LogRecord
attributes.
2013-07-23 16:59:47 +01:00
Pedro Algarvio
868cfad2d0
Link minion.rst
to time.strftime
's python documentation.
2013-07-23 16:55:23 +01:00
Pedro Algarvio
70b57bd0a2
Link master.rst
to time.strftime
's python documentation.
2013-07-23 16:46:05 +01:00
Erik Johnson
ce22841d52
Rename pillar.data to pillar.items, add pillar.item
...
This brings function parity between the grains and pillar modules, while
preserving backwards compatibility for pillar.data.
2013-07-22 16:08:57 -05:00
David Boucha
92e386c72e
Merge pull request #6255 from terminalmage/docs
...
Add example of watch requisite
2013-07-21 06:55:13 -07:00
Crazybus
c595f80b92
Update winrepo documentation
...
Added in documentation about how full_name and versions are used when verifying installed packages and how to find this information. Added link to init.sls examples. Updated the information about package upgrades not being supported (now works in the latest version). Updated the 7zip example because it didn't verify correctly when running highstate.
2013-07-21 15:19:00 +02:00
Erik Johnson
38b2e3c991
Add example of watch requisite
2013-07-20 23:25:22 -05:00
Thomas S Hatch
b93369d334
Merge pull request #6233 from johnnoone/jinja-import-yaml
...
Jinja import yaml
2013-07-20 19:55:54 -07:00
Erik Johnson
a5627b0cc7
Tweak description of "id" minion config param
2013-07-20 21:14:59 -05:00
Thomas S Hatch
1bb60ff65d
Merge pull request #6243 from s0undt3ch/hotfix/docs-fix
...
Reclass and virtualenv docs fix
2013-07-20 18:56:13 -07:00
Pedro Algarvio
03f09eb99c
Updated documentation since virtualenv
module and state module were renamed to virtualenv_mod
.
2013-07-20 18:59:49 +01:00
Travis J Parker
9bca49af76
don't make it sound like returners prevent return data going back to the master
2013-07-19 10:14:50 -07:00
Xavier Barbosa
f8bf53b682
added doc for yaml / json tags
2013-07-19 16:02:29 +02:00
Erik Johnson
3cc1bb94f2
Add ref/tops/all/salt.tops.reclass_adapter.rst
...
auto-gen'ed rst file for new reclass adapter
2013-07-18 12:29:32 -05:00
Erik Johnson
87d0c07eb2
Remove ref to salt/modules in module writing docs
...
A beginner is not going to know what this means, so don't muddy the
waters with this info. Besides, new modules should only go in
salt/modules once they are accepted into salt proper. Custom modules
should pretty much always go into _modules.
2013-07-18 12:26:39 -05:00
Thomas S Hatch
b8f26dad8d
Merge pull request #6124 from johnnoone/strftime-formatter
...
Strftime formatter
2013-07-16 17:11:46 -07:00
Mathieu Le Marec - Pasquet
cff1fa6f53
fix/feat: let the syndic be way more configurable
...
- Fix micmac between configs
- Add options to configure pidfile, logfile, masterofmaster port
This fixes #6024 .
2013-07-15 20:30:26 +00:00
Xavier Barbosa
22e1da9148
changed dateutil by timelib saltstack/salt#6088
2013-07-15 11:12:23 +02:00
Xavier Barbosa
2c63eb00cf
added documentation saltstack/salt#6088
2013-07-15 11:12:23 +02:00
Erik Johnson
cc8812fa3e
Clarify returner docs
2013-07-13 23:06:35 -05:00
Erik Johnson
7693cd3f6e
Fix typo in top.sls docs
...
The extra ':' here negates the code-block section. Removed it.
2013-07-13 22:30:18 -05:00
David Boucha
e51f7dc94b
Add note about silent_flags on Windows installers.
2013-07-12 17:24:12 -06:00
Thomas S Hatch
46700b2e6c
Merge pull request #6039 from johnnoone/config-extension
...
Serialize dataset into file states and jinja templates
2013-07-12 10:28:47 -07:00
Erik Johnson
1b876fc53a
Clarify docs on custom types
2013-07-08 21:36:34 -05:00
Xavier Barbosa
02f48b7480
added 2 jinja filters: yaml and json
2013-07-08 14:26:39 +02:00
Thomas S Hatch
b12ce6c6e8
Start on salt-ssh manpage
2013-07-06 21:33:46 -06:00
Chris Rebert
bf03461f00
fix spelling: dependancy ==> dependency
2013-07-05 13:35:53 -07:00
Joost Cassee
26edf918fb
Add documentation for shorthand syntax
2013-07-04 00:31:07 +02:00
Seth House
be38b57382
Added git_pillar and updated reclass_adapter pillar/tops module docs
2013-07-03 15:43:42 -06:00