Seth House
b19bea572e
Added a bunch of examples to the highstates docs
...
Also wording and formatting fixes.
2012-02-12 02:34:17 -07:00
Seth House
2e0041e2b8
Added a link to saltstack.org to the sidebar
...
This is largely a test commit. I'm still unsure what all template blocks
I can override on rtd.
2012-02-10 10:46:03 -07:00
Bret Palsson
f66738e934
Update copyright date
2012-02-10 10:20:45 -07:00
Thomas S Hatch
26bbd93d0a
FINALLY, I documented that grains can be in the minion config
2012-02-09 13:14:35 -07:00
Thomas S Hatch
427666236d
Add environment to the configuration guide
2012-02-09 11:57:37 -07:00
Thomas S Hatch
483c33bc7c
Add the documentation for the external-nodes option
2012-02-09 11:45:59 -07:00
Thomas S Hatch
fa03eebf15
Add some docs on the sls shebang line
2012-02-09 11:13:55 -07:00
Seth House
5a579b681d
Updated logo png with transparency
2012-02-08 12:59:20 -07:00
Seth House
4514368865
Removed site homepage; replaced with docs homepage
2012-02-08 03:20:41 -07:00
Seth House
f7dce9a7ee
Replaced links to installation instructions
2012-02-08 03:20:41 -07:00
Seth House
55e3202354
Removed installation doc in favor of more dynamic one at new site
...
A Django site has been set up which can handle time-sensitive
information a bit better than that Sphinx solution.
2012-02-08 03:20:41 -07:00
Seth House
45da8b9578
Removed custom Sphinx theme
...
Preparing to move all docs to RTD.
2012-02-08 03:20:41 -07:00
Thomas S Hatch
391fb16d8f
Merge pull request #645 from akoumjian/develop
...
mentioning location to place custom states
2012-02-06 12:40:28 -08:00
Alec Koumjian
987e155d88
mentioning location to place custom states
2012-02-06 12:32:21 -08:00
Erik Johnson
29ac92990f
fix syntax errors introduced in 0f776c13
2012-02-04 10:23:28 -06:00
Thomas S Hatch
208fbfa5b5
Add some returner documentation
2012-02-02 09:57:40 -07:00
Erik Johnson
088bdc26f5
spelling/grammar corrections
2012-02-01 14:09:25 -06:00
Thomas S Hatch
c295899f85
Ad initial docs for the jobs interface
2012-01-31 23:27:09 -07:00
Thomas S Hatch
0d524920e7
move the ec2 bootstrap into tutorials
2012-01-31 22:35:50 -07:00
Thomas S Hatch
7350766473
Merge pull request #621 from akoumjian/develop
...
Adding ec2 cloud-init bootstrap docs
2012-01-31 20:36:02 -08:00
Alec Koumjian
8372ee5fd4
Adding ec2 cloud-init bootstrap docs
2012-01-31 20:33:39 -08:00
Thomas S Hatch
0f776c13be
Add top file doc
2012-01-31 18:37:33 -07:00
Thomas S Hatch
6425dd1bb6
update grains doc
2012-01-31 17:05:42 -07:00
Alec Koumjian
5b0b277a5e
Telling users where to place their custom grains (_grains). Also, what actions sync the grains
2012-01-31 15:53:48 -08:00
Erik Johnson
3511018dd2
slight grammatical change
2012-01-30 13:23:00 -06:00
Erik Johnson
3d2cf86a0c
corrected previous commit
2012-01-30 13:21:06 -06:00
Erik Johnson
6020c6b4aa
added note about ID declaration uniqueness
2012-01-30 13:11:27 -06:00
Erik Johnson
84cd002e64
need empty line before code blocks. added ones that were missing.
2012-01-30 11:25:08 -06:00
Erik Johnson
6a6ca5f753
added missing period
2012-01-29 20:08:40 -06:00
Erik Johnson
e2eaef1f44
1) Fixed syntax error affecting yaml code block. 2) A couple grammmar fixes. 3) Added section on return data for states
2012-01-29 19:48:45 -06:00
Erik Johnson
56ac9dec70
add link to state.highstate
2012-01-29 19:02:05 -06:00
Erik Johnson
a475787f41
Add warning about using dots in ID declaration
2012-01-29 18:51:57 -06:00
Seth House
ad5216963f
Removed unnecessary repo from the PPA install instructions
...
The zmq packages are now hosted in our own repository.
2012-01-27 13:22:24 -07:00
Seth House
434a8a96aa
Updated favicon with new logo
2012-01-27 13:21:58 -07:00
Thomas S Hatch
57fff21be1
fix missing :
2012-01-25 21:15:01 -07:00
Seth House
dd693ba8a0
Added msgpack to the list of dependencies
2012-01-24 12:45:23 -07:00
Thomas S Hatch
d16ab04236
Merge branch 'develop' of https://github.com/rubic/salt into rubic-develop
2012-01-23 18:35:05 -07:00
Jeff Schroeder
537dd5ca93
Fix a tyop in the 0.9.6 release notes
2012-01-22 16:56:29 -08:00
Thomas S Hatch
68684c7426
Add release notes for 0.9.6
2012-01-21 23:08:23 -07:00
Seth House
958347a7be
Spelling fixes
2012-01-21 21:38:28 -07:00
Thomas S Hatch
6804c86b3a
update man pages to 0.9.6
2012-01-20 20:45:27 -07:00
Thomas S Hatch
26b0215a2b
Add msgpack top Mock modules
2012-01-20 20:36:16 -07:00
Erik Johnson
2262db9468
updated to reflect changes in commit 93423aa2e5
2012-01-20 04:49:22 -06:00
Jeff Bauer
4ac1448d64
updated salt-key doc for rejected keys
2012-01-19 12:46:12 -06:00
Thomas S Hatch
cb80f70cdb
Merge pull request #543 from rubic/develop
...
updated documentation for user, fixed configuration template links
2012-01-18 21:30:21 -08:00
Jeff Bauer
d67c7f5613
updated documentation for user, fixed configuration template links
2012-01-18 23:04:48 -06:00
Evan Borgstrom
1cffa188e5
Minor documentation correction on 'context' & 'defaults'
...
To ensure the YAML structure correctly assigns 'context' & 'defaults' as
dicts the elements under context & defaults need an extra set of
indents.
Example:
- example:
test: 1
Compiles to: [{'example': None, 'test': 1}]
While:
- example:
test: 1
Correctly compiles to: [{'example': {'test': 1}}]
2012-01-18 18:38:29 -05: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
Seth House
b4b0e1a7c3
Fixed various reST stuffs in the 0.9.5 release notes
2012-01-16 17:27:04 -07:00
Seth House
4e3aacc813
Slight modifications to docs in preparation for rtfd.org
...
Moved the html customizations into a proper theme and cleaned up the
configs to be useful for the default theme.
2012-01-16 02:46:41 -07:00