Open smokris opened 2 years ago
The Puppet Homebrew module creates /opt/homebrew/share/man[1-8] folders, but when I run brew cleanup, it deletes them:
/opt/homebrew/share/man[1-8]
brew cleanup
$ brew cleanup Pruned 0 symbolic links and 8 directories from /opt/homebrew
Since Homebrew doesn't expect those folders to be present, AFAIK there's no need to create them, so this PR removes their Puppet resource definitions.
The Puppet Homebrew module creates
/opt/homebrew/share/man[1-8]
folders, but when I runbrew cleanup
, it deletes them:Since Homebrew doesn't expect those folders to be present, AFAIK there's no need to create them, so this PR removes their Puppet resource definitions.