Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use debconf.set state instead of cmd.run #126

Merged
merged 1 commit into from Oct 21, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Use debconf.set state instead of cmd.run

  • Loading branch information
metajack committed Oct 1, 2015
commit 5f1942d8a12d12567433cc749313e2cd0af489b2
@@ -7,9 +7,15 @@ enable multiverse:
pkgrepo.managed:
- name: deb http://archive.ubuntu.com/ubuntu trusty multiverse

agree to eula:
cmd.run:
- name: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
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
{% endif %}

servo-dependencies:
@@ -28,7 +34,6 @@ servo-dependencies:
- xorg-dev
- libssl-dev
- libbz2-dev
- ttf-mscorefonts-installer
- xserver-xorg-input-void
- xserver-xorg-video-dummy
- xpra
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.