-
-
Save itainteasy/aad99d599616213f81b6c2d6e61021a6 to your computer and use it in GitHub Desktop.
Install steam via saltstack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpkg_steam_license: | |
cmd.run: | |
- unless: which steam | |
- name: '/bin/echo /usr/bin/debconf steam/license note | /usr/bin/debconf-set-selections' | |
- require_in: | |
- pkg: steam | |
- cmd: dpkg_steam_question | |
dpkg_steam_question: | |
cmd.run: | |
- unless: which steam | |
- name: '/bin/echo /usr/bin/debconf steam/question select "I AGREE" | /usr/bin/debconf-set-selections' | |
- require_in: | |
- pkg: steam | |
steam: | |
pkg.installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment