source "http://ftp.otrs.org/pub/otrs/otrs-#{version}.tar.bz2"
not_if { File.exist?("/opt/otrs-#{version}") }
end
execute "untar-otrs-#{version}" do
source "http://ftp.otrs.org/pub/otrs/otrs-#{version}.tar.bz2"
not_if { File.exist?("/opt/otrs-#{version}") }
end
execute "untar-otrs-#{version}" do