]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
Current state
authorFrank Brehm <frank.brehm@profitbricks.com>
Thu, 3 Sep 2015 12:37:16 +0000 (14:37 +0200)
committerFrank Brehm <frank.brehm@profitbricks.com>
Thu, 3 Sep 2015 12:37:16 +0000 (14:37 +0200)
init.d/salt-api
init.d/salt-master
init.d/salt-minion
init.d/salt-syndic
portage/package.keywords/common
salt/master
salt/minion

index e54a805f39688059001bde85feb700c4fa55fc3b..e69acdf86b9be5a38e54c7bb1c8091c877616b0a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/files/api-initd-4,v 1.1 2015/05/06 22:27:59 chutzpah Exp $
+# $Id$
 
 command="/usr/bin/salt-api"
 command_args="${SALT_OPTS}"
index 93ed58827c468dfa44a196d522d56814f8521bc2..dc4962809e02ddb1945adc679a6e494d7725c813 100755 (executable)
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/files/master-initd-4,v 1.1 2015/05/06 22:27:59 chutzpah Exp $
+# $Id$
 
 command="/usr/bin/salt-master"
 command_args="${SALT_OPTS}"
index 088055465772340f7bb8c76331c4fa60ede81a06..350703a0b52ba8768c722f93e377b282aa10f7db 100755 (executable)
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/files/minion-initd-4,v 1.1 2015/05/06 22:27:59 chutzpah Exp $
+# $Id$
 
 command="/usr/bin/salt-minion"
 command_args="${SALT_OPTS}"
index 3e1027feb6ee30e249225ddf04a996c1f13e7078..65916b4b42c2fe4595fe7d51978e29de50105891 100755 (executable)
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/files/syndic-initd-4,v 1.1 2015/05/06 22:27:59 chutzpah Exp $
+# $Id$
 
 command="/usr/bin/salt-syndic"
 command_args="${SALT_OPTS}"
index 94d9a22db38c40054ae69fdc2c41ee8c37e1c0e4..18b7e5c296e62effb6cd7cabf17cd550a770268b 100644 (file)
@@ -2,6 +2,7 @@
 ~app-admin/collectd-5.4.1
 ~app-admin/salt-2014.1.10
 ~app-admin/salt-2015.5.2
+~app-admin/salt-2015.5.5
 #~app-admin/ulogd-1.24
 
 #~app-emulation/emul-linux-x86-baselibs-20120520
index 12f3b32c57fef647d050cab06cde9b8e02bb4339..aaafb6f4da5614f333f135f9c3e0081962ddbcbb 100644 (file)
@@ -48,7 +48,8 @@
 
 # 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.
+# running slowly, increase the number of threads. This setting can not be
+# set lower than 3.
 #worker_threads: 5
 
 # The port used by the communication interface. The ret (return) port is the
 # If this is set to True the first newline after a Jinja block is removed
 # (block, not variable tag!). Defaults to False, corresponds to the Jinja
 # environment init variable "trim_blocks".
-# jinja_trim_blocks: False
+#jinja_trim_blocks: False
 #
 # If this is set to True leading spaces and tabs are stripped from the start
 # of a line to a block. Defaults to False, corresponds to the Jinja
 # environment init variable "lstrip_blocks".
-# jinja_lstrip_blocks: False
+#jinja_lstrip_blocks: False
 
 # The failhard option tells the minions to stop immediately after the first
 # failure detected in the state execution, defaults to False
 #state_output: full
 
 # Automatically aggregate all states that have support for mod_aggregate by
-# setting to True. Or pass a list of state module names to automatically
+# setting to 'True'. Or pass a list of state module names to automatically
 # aggregate just those types.
 #
 # state_aggregate:
 #
 #state_aggregate: False
 
+# Send progress events as each function in a state run completes execution
+# by setting to 'True'. Progress events are in the format
+# 'salt/job/<JID>/prog/<MID>/<RUN NUM>'.
+#state_events: False
+
 #####      File Server settings      #####
 ##########################################
 # Salt runs a lightweight file server written in zeromq to deliver files to
index 4c318390538135c87749f6c093727ea400a1956e..23a1acb41f0ee367950612d04abc6e57b978c537 100644 (file)
 # If only one master is listed, this setting is ignored and a warning will be logged.
 #random_master: False
 
+# Minions can connect to multiple masters simultaneously (all masters
+# are "hot"), or can be configured to failover if a master becomes
+# unavailable.  Multiple hot masters are configured by setting this
+# value to "str".  Failover masters can be requested by setting
+# to "failover".  MAKE SURE TO SET master_alive_interval if you are
+# using failover.
+# master_type: str
+
+# Poll interval in seconds for checking if the master is still there.  Only
+# respected if master_type above is "failover".
+# master_alive_interval: 30
+
 # Set whether the minion should connect to the master via IPv6:
 #ipv6: False
 
 # The user to run salt.
 #user: root
 
+# Setting sudo_user will cause salt to run all execution modules under an sudo
+# to the user given in sudo_user.  The user under which the salt minion process
+# itself runs will still be that provided in the user config above, but all
+# execution modules run by the minion will be rerouted through sudo.
+#sudo_user: saltdev
+
 # Specify the location of the daemon process ID file.
 #pidfile: /var/run/salt-minion.pid
 
 # will be shown for each state run.
 #state_output_profile: True
 
-# Fingerprint of the master public key to double verify the master is valid,
-# the master fingerprint can be found by running "salt-key -F master" on the
-# salt master.
+# Fingerprint of the master public key to validate the identity of your Salt master
+# before the initial key exchange. The master fingerprint can be found by running
+# "salt-key -F master" on the Salt master.
 #master_finger: ''
 
 
 #tcp_keepalive_intvl: -1
 
 
-######      Windows Software settings ######
+######   Windows Software settings    ######
 ############################################
 # Location of the repository cache file on the master:
 #win_repo_cachefile: 'salt://win/repo/winrepo.p'