Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure error log is present before trying to manage ownership
If mysql generates an error log in between puppet runs, the log's ownership and group might not match the ownership and group set by the file resource. This means sequential puppet runs will appear not to be idempotent. This patch makes sure the file is there from the start so that it doesn't have to change its ownership later.
- Loading branch information