diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-09 11:19:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-09 11:19:37 -0300 |
commit | b451117f515b1705e52844157185f7ae2c040c1c (patch) | |
tree | c7acb4429f098a52325651ef11601945160bc689 | |
parent | fbfb373ed119dee56edd0e1fc005763838ec3157 (diff) | |
download | puppet-reprepro-b451117f515b1705e52844157185f7ae2c040c1c.tar.gz puppet-reprepro-b451117f515b1705e52844157185f7ae2c040c1c.tar.bz2 |
Trying to sort out why reprepro-export-key is not working (5)
-rw-r--r-- | templates/reprepro-export-key.sh.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb index c048dc1..e6f9d0b 100644 --- a/templates/reprepro-export-key.sh.erb +++ b/templates/reprepro-export-key.sh.erb @@ -1,5 +1,7 @@ #!/bin/bash +/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys > <%= basedir %>/key.log + KEY="`/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 | /usr/bin/head -1`" if [ ! -z "$KEY" ]; then |