Add packages that need to be installed before others

This commit is contained in:
Jake Howard 2017-12-17 23:43:34 +00:00
parent 0ace8dc446
commit e8fbbe238e
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,4 +1,11 @@
node default { node default {
package {[ # Packages that need to be installed first
'i3-gaps',
'ttf-google-fonts-git'
]:
ensure => installed
} ->
package {[ package {[
'acpi', 'acpi',
'advanced-ssh-config', 'advanced-ssh-config',
@ -43,7 +50,6 @@ node default {
'i3lock', 'i3lock',
'i3status', 'i3status',
'i3status-rust', 'i3status-rust',
'i3-gaps',
'ibus', 'ibus',
'ibus-uniemoji', 'ibus-uniemoji',
'inkscape', 'inkscape',
@ -96,7 +102,6 @@ node default {
'tig', 'tig',
'tor-browser-en', 'tor-browser-en',
'ttf-emojione-color', 'ttf-emojione-color',
'ttf-google-fonts-git',
'ttf-ms-fonts', 'ttf-ms-fonts',
'ttf-wps-fonts', 'ttf-wps-fonts',
'turtl', 'turtl',