File: cookie.pp

package info (click to toggle)
puppet-module-puppet-archive 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 788 kB
  • sloc: ruby: 2,154; sh: 30; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
archive { '/tmp/jdk-7u80-linux-x64.tar.gz':
  source   => 'http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz',
  cookie   => 'oraclelicense=accept-securebackup-cookie',
  provider => 'wget',
}