Fix pac keys

This commit is contained in:
Jake Howard 2017-10-19 13:18:21 +01:00
parent c2a87e3d4b
commit f37b214bad
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -18,5 +18,7 @@ class yaourt::keys () {
exec { "pacman-key -r $key":
unless => "pacman-key --list-keys $key"
}
exec { "pacman-key --lsign-key $key":
}
}
}