Skip to content

puppi::netinstall zip example #118

@ghost

Description

I was trying this out the URL is a zip downloads but does not extract, checked the code it should run any ideas why ?

I only get:

Notice: 
/Stage[main]/Main/Ife_toolbelt::Define::Ejbca[ejbca.msm.internal]/Puppi::Netinstall[netinstall_ejbca]/Exec[Retrieve http://sourceforge.net/projects/ejbca/files/ejbca6/ejbca_6_2_0/ejbca_ce_6_2_0.zip in /var/tmp]/returns: executed successfully

with

puppi::netinstall { 'netinstall_ejbca':
    url                 => $supported_ejbca_url,
    destination_dir     => '/opt',
    extracted_dir       => $supported_ejbca_dirname,
    owner               => $supported_ejbca_username,
    group               => $supported_ejbca_username,
    postextract_command => $supported_ejbca_postcmd,    
    require             => User[$supported_ejbca_username]
  }

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