File: ruby.pp

package info (click to toggle)
puppet-module-puppet-archive 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 688 kB
  • sloc: ruby: 2,152; sh: 30; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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,
}