maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg'
maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg'
maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-jessie-stable.gpg'
-maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg'
-maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg'
+maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg'
+maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg'
+maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-stretch-stable.gpg'
maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg'
maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg'
maybe chmod 0755 'apticron'
# Set the default outputter used by the salt-call command. The default is
# "nested".
#output: nested
-#
+
+# To set a list of additional directories to search for salt outputters, set the
+# outputter_dirs option.
+#outputter_dirs: []
+
# By default output is colored. To disable colored output, set the color value
# to False.
#color: True
# cause sub minion process to restart.
#auth_safemode: False
-# Ping Master to ensure connection is alive (minutes).
+# Ping Master to ensure connection is alive (seconds).
#ping_interval: 0
# To auto recover minions if master changes IP address (DDNS)
# interface: eth0
# cidr: '10.0.0.0/8'
+# The number of seconds a mine update runs.
+#mine_interval: 60
+
# Windows platforms lack posix IPC and must rely on slower TCP based inter-
# process communications. Set ipc_mode to 'tcp' on such systems
#ipc_mode: ipc
#fileserver_limit_traversal: False
# The hash_type is the hash to use when discovering the hash of a file on
-# the local fileserver. The default is md5, but sha1, sha224, sha256, sha384
+# the local fileserver. The default is sha256, but md5, sha1, sha224, sha384
# and sha512 are also supported.
#
-# WARNING: While md5 and sha1 are also supported, do not use it due to the high chance
-# of possible collisions and thus security breach.
-#
-# WARNING: While md5 is also supported, do not use it due to the high chance
-# of possible collisions and thus security breach.
+# WARNING: While md5 and sha1 are also supported, do not use them due to the
+# high chance of possible collisions and thus security breach.
#
# Warning: Prior to changing this value, the minion should be stopped and all
# Salt caches should be cleared.