-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
226 changed files
with
21,577 additions
and
6,109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
include AUTHORS | ||
include LICENSE | ||
include README.rst | ||
include requirements.txt | ||
include tests/*.py | ||
recursive-include tests *.py | ||
include tests/integration/modules/files/* | ||
include tests/integration/files/* | ||
include tests/integration/tmp/_README | ||
include tests/unit/templates/files/* | ||
recursive-include doc * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,6 +113,19 @@ | |
# The buffer size in the file server can be adjusted here: | ||
#file_buffer_size: 1048576 | ||
|
||
# Pillar Configurations: | ||
# The Salt Pillar, is a system that allows for the building of global data | ||
# that is refined based on minion. Basically, the pillar creates data that | ||
# can be generated to be specific based on the grains of the minion. Pillar | ||
# is laid out in the same fashion as the file server, with environments, a top | ||
# file and sls files. The difference is that the data does not need to be | ||
# in the highstate format, and is generally just key/value pairs. | ||
# | ||
#pillar_roots: | ||
# base: | ||
# - /srv/pillar | ||
# | ||
|
||
##### Syndic settings ##### | ||
########################################## | ||
# The Salt syndic is used to pass commands through a master from a higher | ||
|
@@ -127,7 +140,7 @@ | |
#order_masters: False | ||
# | ||
# If this master will be running a salt syndic daemon, syndic_master tells | ||
# this master where to recieve commands from. | ||
# this master where to receive commands from. | ||
#syndic_master: masterofmaster | ||
|
||
##### Peer Publish settings ##### | ||
|
@@ -202,3 +215,8 @@ | |
# group1: '[email protected],bar.domain.com,baz.domain.com and bl*.domain.com', | ||
# group2: 'G@os:Debian and foo.domain.com', | ||
|
||
##### Range Cluster settings ##### | ||
########################################## | ||
# The range server (and optional port) that | ||
# serves your cluster information | ||
#range_server: range:80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{% extends "!domainindex.html" %} | ||
|
||
{%- block rootrellink %} | ||
<li><a href="http://saltstack.org">« SaltStack.org</a> | </li> | ||
<li><a href="{{ pathto('index') }}">Documentation home</a></li> | ||
{%- endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{% extends "!page.html" %} | ||
|
||
{%- block rootrellink %} | ||
<li><a href="http://saltstack.org">« SaltStack.org</a> | </li> | ||
<li><a href="{{ pathto('index') }}">Documentation home</a></li> | ||
{%- endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.