-
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
88 changed files
with
4,841 additions
and
10,404 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 +1,3 @@ | ||
include salt/msgpack/*.h | ||
include AUTHORS | ||
include LICENSE | ||
include README.rst |
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,4 @@ | ||
# DO NOT MODIFY THIS FILE. Copy it to: /etc/salt/master | ||
##### Primary configuration settings ##### | ||
########################################## | ||
# The address of the interface to bind to | ||
|
@@ -6,6 +7,9 @@ | |
# The port used by the publisher | ||
#publish_port: 4505 | ||
|
||
# The user to run salt | ||
#user: root | ||
|
||
# The number of worker threads to start, these threads are used to manage | ||
# return calls made from minions to the master, if the master seems to be | ||
# running slowly, increase the number of threads | ||
|
@@ -85,9 +89,9 @@ | |
# prod: | ||
# - /srv/salt/prod/services | ||
# - /srv/salt/prod/states | ||
# | ||
# | ||
# Default: | ||
#file_roots: | ||
#file_roots: | ||
# base: | ||
# - /srv/salt | ||
|
||
|
@@ -183,7 +187,7 @@ | |
########################################## | ||
# Node groups allow for logical groupings of minion nodes. | ||
# A group consists of a group name and a compound target. | ||
# | ||
# | ||
# nodegroups: | ||
# group1: '[email protected],bar.domain.com,baz.domain.com and bl*.domain.com', | ||
# group2: 'G@os:Debian and foo.domain.com', | ||
|
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Format: http://dep.debian.net/deps/dep5 | ||
Upstream-Name: salt | ||
Upstream-Contact: Aaron Toponce <aaron.toponce@gmail.com> | ||
Source: http://github.com/thatch45/salt/ | ||
Upstream-Contact: salt-users@googlegroups.com | ||
Source: https://github.com/downloads/saltstack/salt/salt-0.9.5.tar.gz | ||
|
||
Files: * | ||
Copyright: 2011 Thomas S Hatch <[email protected]> | ||
Copyright: 2012 Thomas S Hatch <[email protected]> | ||
License: Apache-2.0 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
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,3 @@ | ||
salt-common: manpage-has-errors-from-man usr/share/man/man7/salt.7.gz | ||
# The man page renders correctly, no need for lintian to get upset about | ||
# it. |
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 |
---|---|---|
@@ -1,9 +1,25 @@ | ||
usr/share/man/man1/salt-minion.1 | ||
usr/share/man/man1/salt-call.1 | ||
usr/share/man/man1/salt-key.1 | ||
usr/share/man/man1/salt-master.1 | ||
usr/share/man/man1/salt-syndic.1 | ||
usr/share/man/man1/salt-cp.1 | ||
usr/share/man/man1/salt.1 | ||
conf/minion /etc/salt/minion | ||
salt/* /usr/share/salt/ | ||
salt/exceptions.py /usr/share/salt | ||
salt/loader.py /usr/share/salt | ||
salt/master.py /usr/share/salt | ||
salt/client.py /usr/share/salt | ||
salt/runner.py /usr/share/salt | ||
salt/output.py /usr/share/salt | ||
salt/minion.py /usr/share/salt | ||
salt/version.py /usr/share/salt | ||
salt/config.py /usr/share/salt | ||
salt/state.py /usr/share/salt | ||
salt/log.py /usr/share/salt | ||
salt/__init__.py /usr/share/salt | ||
salt/payload.py /usr/share/salt | ||
salt/crypt.py /usr/share/salt | ||
salt/runners /usr/share/salt/ | ||
salt/renderers /usr/share/salt/ | ||
salt/returners /usr/share/salt/ | ||
salt/ext /usr/share/salt/ | ||
salt/msgpack /usr/share/salt/ | ||
salt/grains /usr/share/salt/ | ||
salt/cli /usr/share/salt/ | ||
salt/states /usr/share/salt/ | ||
salt/utils /usr/share/salt/ | ||
usr/lib/python2*/dist-packages/salt/msgpack | ||
debian/lintian-overrides /usr/share/lintian/overrides/salt-common |
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 @@ | ||
doc/man/salt.7 |
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 +1,6 @@ | ||
conf/master /etc/salt/master | ||
conf/master.template /etc/salt/master | ||
scripts/salt-key /usr/share/salt | ||
scripts/salt /usr/share/salt | ||
scripts/salt-run /usr/share/salt | ||
scripts/salt-cp /usr/share/salt | ||
scripts/salt-master /usr/share/salt |
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,8 +1,5 @@ | ||
usr/share/salt/salt /usr/bin/salt | ||
usr/share/salt/salt-master /usr/bin/salt-master | ||
usr/share/salt/salt-syndic /usr/bin/salt-syndic | ||
usr/share/salt/salt-cp /usr/bin/salt-cp | ||
usr/share/salt/salt-key /usr/bin/salt-key | ||
usr/share/salt/salt-run /usr/bin/salt-run | ||
usr/share/salt/salt-minion /usr/bin/salt-minion | ||
usr/share/salt/salt-call /usr/bin/salt-call |
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,6 +1,5 @@ | ||
doc/man/salt.7 | ||
doc/man/salt.1 | ||
doc/man/salt-master.1 | ||
doc/man/salt-key.1 | ||
doc/man/salt-cp.1 | ||
doc/man/salt-key.1 | ||
doc/man/salt-master.1 | ||
doc/man/salt-run.1 |
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,4 +1,4 @@ | ||
scripts/salt-minion /usr/share/salt/salt-minion | ||
scripts/salt-call /usr/share/salt/salt-call | ||
modules/* /usr/share/salt/modules/ | ||
conf/minion /etc/salt/minion | ||
scripts/salt-minion /usr/share/salt | ||
scripts/salt-call /usr/share/salt | ||
salt/modules /usr/share/salt/modules | ||
conf/minion.template /etc/salt/minion |
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,2 @@ | ||
usr/share/salt/salt-minion /usr/bin/salt-minion | ||
usr/share/salt/salt-call /usr/bin/salt-call |
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 @@ | ||
scripts/salt-syndic /usr/share/salt |
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 @@ | ||
usr/share/salt/salt-syndic /usr/bin/salt-syndic |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.