Closed chuhn closed 9 years ago
The current cookbook statically configures Allow @LOCAL which restricts server access to the cups server's subnet.
Allow @LOCAL
This patch turns the share_printers attribute from boolean into an array with access patterns, eg. [ '192.168.42.0/24', '.example.com', ... ]
share_printers
[ '192.168.42.0/24', '.example.com', ... ]
The current cookbook statically configures
Allow @LOCAL
which restricts server access to the cups server's subnet.This patch turns the
share_printers
attribute from boolean into an array with access patterns, eg.[ '192.168.42.0/24', '.example.com', ... ]