Guillaume Coré
2017-12-05 81ba2df5d100d5747447ac6555c0c6736b6243f9
move comment about 3.6 version inside 3.6 block
1 files modified
2 ■■■ changed files
ansible/configs/ocp-workshop/files/hosts_template.j2 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/files/hosts_template.j2
@@ -24,8 +24,8 @@
# See: https://github.com/nickhammond/ansible-logrotate
logrotate_scripts=[{"name": "syslog", "path": "/var/log/cron\n/var/log/maillog\n/var/log/messages\n/var/log/secure\n/var/log/spooler\n", "options": ["daily", "rotate 7","size 500M", "compress", "sharedscripts", "missingok"], "scripts": {"postrotate": "/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true"}}]
# Anything before 3.7
{% if osrelease | version_compare('3.7', '<') %}
# Anything before 3.7
openshift_metrics_image_version=v{{ repo_version }}
#openshift_image_tag=v{{ repo_version }}
#openshift_release={{ osrelease }}