Fix pac keys
This commit is contained in:
parent
c2a87e3d4b
commit
f37b214bad
1 changed files with 2 additions and 0 deletions
|
@ -18,5 +18,7 @@ class yaourt::keys () {
|
||||||
exec { "pacman-key -r $key":
|
exec { "pacman-key -r $key":
|
||||||
unless => "pacman-key --list-keys $key"
|
unless => "pacman-key --list-keys $key"
|
||||||
}
|
}
|
||||||
|
exec { "pacman-key --lsign-key $key":
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue