Skip to content

When Downloaded file name is not as the bzip2 file #80

@shyperets

Description

@shyperets

Please try run the following manifest :

include puppi

file { "/opt/local/":
ensure => "directory",
owner => "root",
group => "root",
mode => 755,
}

puppi::netinstall { 'wkhtmltoimage-amd64':
url => 'https://wkhtmltopdf.googlecode.com/files/wkhtmltoimage-0.11.0_rc1-static-amd64.tar.bz2',
destination_dir => '/opt/local',
postextract_command => '/bin/cp /opt/local/wkhtmltoimage-amd64 /usr/local/bin/wkhtmltopdf',
}

Looks like its looking to chown to file which is not exists and after manipulating that , Its not running the post extract command .

Please help ,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions