Revert "Add puppet/archive module"
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / examples / archive.pp
diff --git a/3rdparty/modules/archive/examples/archive.pp b/3rdparty/modules/archive/examples/archive.pp
deleted file mode 100644 (file)
index ad0369c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-include '::archive'
-
-archive { '/tmp/jta-1.1.jar':
-  ensure        => present,
-  extract       => true,
-  extract_path  => '/tmp',
-  source        => 'http://central.maven.org/maven2/javax/transaction/jta/1.1/jta-1.1.jar',
-  checksum      => '2ca09f0b36ca7d71b762e14ea2ff09d5eac57558',
-  checksum_type => 'sha1',
-  creates       => '/tmp/javax',
-  cleanup       => true,
-  user          => 'vagrant',
-  group         => 'vagrant',
-}