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
new file mode 100644 (file)
index 0000000..4dc0801
--- /dev/null
@@ -0,0 +1,7 @@
+include '::archive'
+
+archive { '/tmp/test100k.db':
+  source   => 'ftp://ftp.otenet.gr/test100k.db',
+  username => 'speedtest',
+  password => 'speedtest',
+}