Skip to content
Snippets Groups Projects
Commit 19846c01 authored by Lars Beckers's avatar Lars Beckers Committed by Thomas Schneider
Browse files

client: provide lpoptions globally

parent 867d1dd4
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,13 @@
- desktop
- fsmpi
- name: ensure we have the correct printer
template: src=lpoptions.j2 dest=/etc/cups/lpoptions owner=root group=root mode=0644
tags:
- desktop
- fsmpi
- config
# granting all users access to sound card
- name: grant user access to soundcard
copy: src=udev_audio-perm.rules dest=/etc/udev/rules.d/50-audio-perm.rules owner=root group=root mode=0644
......
File moved
......@@ -58,12 +58,6 @@
- provision
- squashfs
#- name: ensure we have the correct printer
# template: src=lpoptions.j2 dest=/guests/provision/gast/.cups/lpoptions owner=gast group=gast mode=0750
# tags:
# - guest-overlay
# - config
- name: deployment of our pam-mount config
copy: src=pam_mount.conf.xml dest=/etc/security/pam_mount.conf.xml
notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment