Skip to content

Validate runit can set ownership of config files

  • NFS filesystems with root_squash enabled allow the Chef cookbook to believe it changed the owner and group on runit config files even though the action actually failed. Compensating for this case by throwing an error after confirming on a config file whether or not such an action actually worked.
  • Added tests to ensure the validation is notified after the template action and that it will throw a useful error if necessary.

Resolves: #4168 (closed)

Signed-off-by: Robert Marshall rmarshall@gitlab.com

Closes #4168 (closed)

Edited by GitLab Release Tools Bot

Merge request reports