Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Use specific printer driver
Browse files Browse the repository at this point in the history
Using the preferred printer driver should give better printer output,
and allow printer-specific options to be used when configuring.
This change gives more control to the end user.

Note: the driver may need to be installed via munki, in which case we
should not merge this. Not everyone currently has a managed machine.
  • Loading branch information
jabley committed Jul 23, 2015
1 parent d9346cb commit 34bfdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gds_printers/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
description => '3rd Floor IL0 Printer',
location => '3rd floor, Aviation House',
uri => "lpd://${ldap_username}@192.168.9.47/FollowPrint",
model => 'drv:///sample.drv/generic.ppd',
model => '/Library/Printers/PPDs/Contents/Resources/Xerox WorkCentre 7855.gz',
page_size => 'A4',
ppd_options => {
'Option1' => 'True', # Duplexer
Expand Down

0 comments on commit 34bfdaf

Please sign in to comment.