Update cups to listen on all interfaces.

This commit is contained in:
James Barnett 2017-04-20 14:42:47 -05:00
parent 41d86d73a3
commit 9bb04bbaec
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ LogLevel warn
MaxLogSize 0
# Only listen for connections from the local machine.
Listen *:631
Listen /var/run/cups/cups.sock
Port 631
#Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
Browsing Off

View File

@ -18,5 +18,5 @@ cookbook_file '/etc/cups/cupsd.conf' do
end
service 'cups' do
action [:enable, :start]
action [:enable, :restart]
end