saltstack-formulas / logrotate-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
23 stars 71 forks source link

Jobs lines start with 'u' #41

Closed waynegemmell closed 5 years ago

waynegemmell commented 5 years ago

Hi

In salt-ssh on 2019.2 the jobs file gets filed with lines starting with 'u' as per below. It's got something to do with this bug https://github.com/saltstack/salt/issues/51925 but I can't work out where to put the fix. Please investigate.

"u'/var/log/mylog/*.log'" { u'daily' u'missingok' u'rotate 120' u'compress' u'notifempty' u'dateext' u'create 660 php developers' u'su php developers' }

waynegemmell commented 5 years ago

PR created

myii commented 5 years ago

Closing due to merged PR #42 -- thanks for that, @waynegemmell.