artem-sidorenko / chef-cups

Chef cookbook for CUPS management
Apache License 2.0
2 stars 9 forks source link

Fix ['cups']['share_printers'] #16

Closed artem-sidorenko closed 7 years ago

artem-sidorenko commented 7 years ago

I noticed that share_printers is invoked as boolean in some parts, and as array in another parts of code. I will update this PR to switch share_printers completely to the array behaviour. Empty array is the signal that sharing should be disabled

artem-sidorenko commented 7 years ago

Closed in favor of #20