Revert "Add puppet/archive module"
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / examples / s3.pp
diff --git a/3rdparty/modules/archive/examples/s3.pp b/3rdparty/modules/archive/examples/s3.pp
deleted file mode 100644 (file)
index e012f47..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class { '::archive':
-  aws_cli_install => true,
-}
-
-archive { '/tmp/gravatar.png':
-  ensure => present,
-  source => 's3://bodecoio/gravatar.png',
-}