bundle agent cups { # By default, the main server (tjener.intern) is print server ipp.intern as well. # Users belonging to the Gosa² 'printers-admin' group are allowed to configure # the print server from inside the internal networks (configuration in # cups-files-debian-edu.conf). # Clients inside the internal networks don't run a full CUPS server, they poll # printers from the central IPP server instead - sort of driverless printing # (configuration in cups-browsed-debian-edu.conf). files: debian.server.installation:: "/etc/cups/cupsd.conf" link_from => ln_s("/etc/cups/cupsd-debian-edu.conf"), move_obstructions => "true"; "/etc/cups/cups-files.conf" link_from => ln_s("/etc/cups/cups-files-debian-edu.conf"), move_obstructions => "true"; "/etc/cups/ssl/tjener.intern.crt" link_from => ln_s("/etc/ssl/certs/debian-edu-server.crt"), move_obstructions => "true"; "/etc/cups/ssl/tjener.intern.key" link_from => ln_s("/etc/ssl/private/debian-edu-server.key"), move_obstructions => "true"; debian.desktopintern.!server.installation:: "/etc/cups/cups-browsed.conf" link_from => ln_s("/etc/cups/cups-browsed-debian-edu.conf"), move_obstructions => "true"; }