Revert "Add puppet/archive module"
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / examples / ftp.pp
diff --git a/3rdparty/modules/archive/examples/ftp.pp b/3rdparty/modules/archive/examples/ftp.pp
deleted file mode 100644 (file)
index 4dc0801..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-include '::archive'
-
-archive { '/tmp/test100k.db':
-  source   => 'ftp://ftp.otenet.gr/test100k.db',
-  username => 'speedtest',
-  password => 'speedtest',
-}