Closed sdclee closed 10 years ago
Using this:
archive { 'CodeIgniter_2.1.2': ensure => present, extension => 'zip', url => 'http://test.softdev.co.uk/CodeIgniter_2.1.2.zip', root_dir => '_ci', target => '/var/www/CI', digest_type => 'md5', }
I would expect the unzip to be in /var/www/CI/_ci but instead root_dir seems to be ignored and it ends up in /var/www/CI/CodeIgniter_2.1.2.
/var/www/CI/_ci
root_dir
/var/www/CI/CodeIgniter_2.1.2
Using this:
I would expect the unzip to be in
/var/www/CI/_ci
but insteadroot_dir
seems to be ignored and it ends up in/var/www/CI/CodeIgniter_2.1.2
.