21 22 23 24 25 26
# File 'lib/labs-deployer.rb', line 21 def package @config = VoxeoLabs::Config.new(Dir.pwd) #get_dependencies pkg = package_files upload_cookbooks(pkg) end