We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6b568 commit 106b483Copy full SHA for 106b483
bigtop_toolchain/manifests/ant.pp
@@ -34,6 +34,11 @@
34
unless => "/usr/bin/test -f /usr/src/$ant-bin.tar.gz.asc",
35
} ~>
36
37
+ exec { 'Import KEYS to verify signature':
38
+ command => "/usr/bin/curl -q $apache_prefix/ant/KEYS | /usr/bin/$bigtop_toolchain::gnupg::cmd --import -",
39
+ cwd => "/usr/src",
40
+ } ->
41
+
42
exec { 'Verify Ant binaries':
43
command => "/usr/bin/$bigtop_toolchain::gnupg::cmd -v --verify --auto-key-retrieve --keyserver hkp://keyserver.ubuntu.com $ant-bin.tar.gz.asc",
44
cwd => "/usr/src",
0 commit comments