bundle agent workarounds { # Create missing GOsa² related directory to avoid confusion just in case an # admin is setting up a system of type printer. # # Workaround X2Go bug #890517. vars: "gosa_file" string => "/var/spool/ppd/."; files: debian.server.installation:: "$(gosa_file)" create => "true"; debian.ltspserver.installation:: "/etc/cron.hourly/killer" delete => tidy; "/etc/cron.hourly/killer" copy_from => local_cp("/usr/share/debian-edu-config/killer.cron"), perms => mog("755","root","root"); }