TheKevJames / puppet-homebrew

homebrew (+brewcask! +taps!) package installer and provider
https://forge.puppet.com/thekevjames/homebrew
Apache License 2.0
18 stars 44 forks source link

Don't automatically create numbered manpage folders #160

Open smokris opened 2 years ago

smokris commented 2 years ago

The Puppet Homebrew module creates /opt/homebrew/share/man[1-8] folders, but when I run brew cleanup, it deletes them:

$ 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.