Revert "Add puppet/archive module"
[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
deleted file mode 100644 (file)
index fd1d87d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-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,
-}