X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Farchive%2Fexamples%2Fftp.pp;fp=3rdparty%2Fmodules%2Farchive%2Fexamples%2Fftp.pp;h=4dc08013ff00bf7364563693f3cfc012767a63a3;hb=ce70d6baf887ae03a2a6a7f5e73eb2e2c3dea208;hp=0000000000000000000000000000000000000000;hpb=0ba93256399fbad7ed8fabfa39c24dd47169dde3;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/archive/examples/ftp.pp b/3rdparty/modules/archive/examples/ftp.pp new file mode 100644 index 000000000..4dc08013f --- /dev/null +++ b/3rdparty/modules/archive/examples/ftp.pp @@ -0,0 +1,7 @@ +include '::archive' + +archive { '/tmp/test100k.db': + source => 'ftp://ftp.otenet.gr/test100k.db', + username => 'speedtest', + password => 'speedtest', +}