ci.chef.wlp icon indicating copy to clipboard operation
ci.chef.wlp copied to clipboard

Parameterizes ownership of repo config in LWRPs

Open cattywampus opened this issue 6 years ago • 0 comments

In the install_feature and download_feature resources, the step setup the repository.propertie file was hard coding the owner and group, whereas other config files used the node[:wlp][:user] and node[:wlp][:group] attributes. This causes a problem if a wrapping cookbook tries to change the user or group names, because they will still have to have the hard coded values as a user or group on their system, even if they don't want it. This just keeps everything consistent.

cattywampus avatar Apr 15 '18 16:04 cattywampus