Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Puppet fails when using tar.gz #1

@ngeorgieff

Description

@ngeorgieff

[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions