Add puppet/archive module, required for newer puppet/rabbitmq
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / examples / nexus.pp
diff --git a/3rdparty/modules/archive/examples/nexus.pp b/3rdparty/modules/archive/examples/nexus.pp
new file mode 100644 (file)
index 0000000..fd1d87d
--- /dev/null
@@ -0,0 +1,7 @@
+archive::nexus { '/tmp/jtstand-ui-0.98.jar':
+  url        => 'https://oss.sonatype.org',
+  gav        => 'org.codehaus.jtstand:jtstand-ui:0.98',
+  repository => 'codehaus-releases',
+  packaging  => 'jar',
+  extract    => false,
+}