make script run

This commit is contained in:
Mike Reeves
2020-08-08 17:31:59 -04:00
parent 26a095a89c
commit f840c85a46
3 changed files with 6 additions and 1317 deletions

View File

@@ -50,6 +50,11 @@ cascriptsync:
- mode: 750 - mode: 750
- template: jinja - template: jinja
# Run the CA magic
cascriptfun:
cmd.run:
- name: /usr/sbin/so-catrust
{% endif %} {% endif %}
# Move our new CA over so Elastic and Logstash can use SSL with the internal CA # Move our new CA over so Elastic and Logstash can use SSL with the internal CA

View File

@@ -258,7 +258,7 @@ loglevel notice
# Specify the log file name. Also the empty string can be used to force # Specify the log file name. Also the empty string can be used to force
# Redis to log on the standard output. Note that if you use standard # Redis to log on the standard output. Note that if you use standard
# output for logging but daemonize, logs will be sent to /dev/null # output for logging but daemonize, logs will be sent to /dev/null
logfile "" logfile "/var/log/redis/redis-server.log"
# To enable logging to the system logger, just set 'syslog-enabled' to yes, # To enable logging to the system logger, just set 'syslog-enabled' to yes,
# and optionally update the other syslog parameters to suit your needs. # and optionally update the other syslog parameters to suit your needs.

File diff suppressed because it is too large Load Diff