X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Farchive%2Fexamples%2Fruby.pp;fp=3rdparty%2Fmodules%2Farchive%2Fexamples%2Fruby.pp;h=0000000000000000000000000000000000000000;hb=f89d8091bbf5a7bd8f86ee80abb03c729cea8d74;hp=35e63b2fcbd989e55ed10fa0b85fd75f162d7091;hpb=ce70d6baf887ae03a2a6a7f5e73eb2e2c3dea208;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/archive/examples/ruby.pp b/3rdparty/modules/archive/examples/ruby.pp deleted file mode 100644 index 35e63b2fc..000000000 --- a/3rdparty/modules/archive/examples/ruby.pp +++ /dev/null @@ -1,13 +0,0 @@ -archive { '/tmp/bernie_301': - ensure => present, - source => 'https://berniesanders.com/for/president', - provider => ruby, -} - -archive { '/tmp/auth': - ensure => present, - source => 'http://test.webdav.org/auth-basic/', - username => 'user1', - password => 'user1', - provider => ruby, -}