# Split-browser tries to use torbrowser by default, so we'll disable it split-web--disable-tor-browser: cmd.run: - name: 'mv /etc/split-browser-disp/21-tor-browser.bash /etc/split-browser-disp/21-tor-browser.bash.EXAMPLE' - creates: '/etc/split-browser-disp/21-tor-browser.bash.EXAMPLE' # Enabling the firefox config so split-browser knows where to find the executable split-web--enable-firefox: cmd.run: - name: 'mv /etc/split-browser-disp/22-firefox.bash.EXAMPLE /etc/split-browser-disp/22-firefox.bash' - creates: '/etc/split-browser-disp/22-firefox.bash'