bundle agent firefox { commands: # Change default start page. 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. debian.standalone.installation:: "/usr/share/debian-edu-config/tools/update-firefox-homepage http\://blends.debian.org/edu/" contain => in_shell; debian.!standalone.installation:: "/usr/share/debian-edu-config/tools/update-firefox-homepage ldap\:homepage" contain => in_shell; }