5 6 7 8
# File 'lib/ops_build/commands/validate.rb', line 5 def packer(template) packer = OpsBuild::Packer.new packer.validate(template) end