-
Notifications
You must be signed in to change notification settings - Fork 81
Open
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]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels