Zuehlke / cookbook-windev

One cookbook with resources for setting up a Windows development environment
MIT License
7 stars 1 forks source link

Driver certificates are cookbook files #2

Open damphyr opened 9 years ago

damphyr commented 9 years ago

Make the LWRP smarter to allow URLs and paths to certificates so that it is not necessary to add them as cookbook files (which breaks the concept of a library cookbook for windev)

tknerr commented 9 years ago

Yep guess that would be nice. On the other hand, it would be totally okay if the wrapper cookbook using windev as a library cookbook would add them as cookbook files.

We would just have to make sure that the cert files are correctly located in that case (i.e. looked up from the calling cookbook's files instead of expecting them in the windev cookbook's files)

damphyr commented 9 years ago

@tknerr I don't know how to do that yet. It also means we need another repo with a working wrapper cookbook. I propose the Bill's Kitchen devpack as a candidate :)