gini / puppet-archive

Puppet Module to download and extract tar.gz, tar.bz2, tar.xz, and zip archives
6 stars 22 forks source link

bug #1

Closed smcclstocks closed 11 years ago

smcclstocks commented 11 years ago

path => [ '/usr/local/bin', '/usr/bin', 'bin', ],

should be

path => [ '/usr/local/bin', '/usr/bin', '/bin', ],

missing leading slash on 'bin'

joschi commented 11 years ago

Whoops, you're correct. Thanks for bringing it up!