Skip to content

Instantly share code, notes, and snippets.

@borutmrak
Created January 9, 2015 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save borutmrak/9b0384c9bc3066e7e999 to your computer and use it in GitHub Desktop.
Save borutmrak/9b0384c9bc3066e7e999 to your computer and use it in GitHub Desktop.
ubuntu ttf-mscorefonts-installer Salt state
ttf-mscorefonts-installer:
debconf.set:
- name: ttf-mscorefonts-installer
- data: { 'msttcorefonts/accepted-mscorefonts-eula': { 'type': 'boolean', 'value': True } }
pkg.installed:
- pkgs:
- ttf-mscorefonts-installer
- requires:
- debconf: ttf-mscorefonts-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment