bundle agent chromium { # Change default Chromium homepage. Standalone machines get our project page, # while school machines get the school start page from LDAP. # The clients using LDAP also update the pages at boot. commands: debian.standalone.installation:: "/usr/share/debian-edu-config/tools/update-chromium-homepage https\://blends.debian.org/edu" contain => in_shell; debian.!standalone.installation:: "/usr/share/debian-edu-config/tools/update-chromium-homepage ldap\:homepage" contain => in_shell; }