You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
[root@is-lab-p01 tests]# cat init.pp
class { 'oracle_java':
version => '7u80',
type => 'jdk',
format => 'tar.gz',
check_checksum => false,
}
[root@is-lab-p01 tests]# puppet apply init.pp
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Notice: Compiled catalog for is-lab-p01.it.ucla.edu in environment lab in 0.82 seconds
Error: Cannot alias Archive[extract java archive] to ["/usr/java/jdk-7u80-linux-x64.tar.gz"] at /etc/puppet/modules/oracle_java/manifests/install/targz.pp:22; resource ["Archive", "/usr/java/jdk-7u80-linux-x64.tar.gz"] already declared at /etc/puppet/modules/oracle_java/manifests/download.pp:41