Force install i3-lock-color from git so it actually runs

This commit is contained in:
Jake Howard 2018-05-17 08:55:19 +01:00
parent f95853736b
commit 66e5850554
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -7,7 +7,8 @@ node default {
-> package {[ # Packages that need to be installed first
'i3-gaps',
'ttf-google-fonts-git'
'ttf-google-fonts-git',
'i3lock-color-git'
]:
ensure => installed
}