From ac445690ab7a69ac6e9c74b136de9968b0c839df Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 4 Mar 2015 12:42:34 -0500 Subject: fix logging perms with list rather than single --- doc/examples/cloud-config.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/examples') diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 1c59c2cf..1236796c 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -536,6 +536,8 @@ timezone: US/Eastern # # to remedy this situation, 'def_log_file' can be set to a filename # and syslog_fix_perms to a string containing ":" +# if syslog_fix_perms is a list, it will iterate through and use the +# first pair that does not raise error. # # the default values are '/var/log/cloud-init.log' and 'syslog:adm' # the value of 'def_log_file' should match what is configured in logging -- cgit v1.2.3