sous-chefs / rsyslog

Development repository for the rsyslog cookbook
https://supermarket.chef.io/cookbooks/rsyslog
Apache License 2.0
65 stars 199 forks source link

CH-#123 - RSYSLOG COOKBOOK :: Extending Attributes in lieu of hardcoded values #124

Closed rmcleod8 closed 7 years ago

rmcleod8 commented 7 years ago

Description

Removes hardcoded values of $Umask, $FileCreateMode and $DirCreateMode. They can now be set using the attribute. Added attributes for $DirOwner, $DirGroup and $Templates. These can now be set using attributes.

Issues Resolved

https://github.com/chef-cookbooks/rsyslog/issues/123

Check List

johnbellone commented 7 years ago

/cc @tas50

dquiles commented 7 years ago

lgtm

rmcleod8 commented 7 years ago

@Argoday This change is correcting previously hardcoded and missing attributes which would atleast let the user to set them.

Argoday commented 7 years ago

@rmcleod8 - retracting my previous comment .. didn't pay enough attention to which repo this is

tas50 commented 7 years ago

Thanks for the fixes