kuhn-ruess / Checkmk-Checks

Checks and Stuff for Check_MK
MIT License
39 stars 21 forks source link

Fix corrupt docker-1.1.2.mkp due to missing bakelet #59

Closed kbuettner closed 1 year ago

kbuettner commented 1 year ago

The corrupt MKP was created with mkp_packer due to the bakelet never being tracked in git. This in turn had been caused by an overzealous ignoring of all lib/ folders in .gitignore.

An exception for src/lib folders has been added to .gitignore to address this.