Better check for lsigned keys
This commit is contained in:
parent
afe0656eca
commit
b3c96fc436
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class yaourt::keys () {
|
|||
unless => "pacman-key --list-keys $key"
|
||||
}
|
||||
exec { "pacman-key --lsign-key $key":
|
||||
unless => "pacman-key --list-keys $key | grep '\[ full \]'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue