Sha256: 2b94f71f2b3623fff01d2ddb82a0d9e4817650f7f4ba07f1488da469ab1ac8ae

Contents?: true

Size: 279 Bytes

Versions: 2

Compression:

Stored size: 279 Bytes

Contents

#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

require "chef/fork/commands/data"

class Chef
  class Fork
    module Commands
      class Databag < Data
        def run(args=[])
          rest = optparse.order(args)
          data_bag(rest)
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-fork-0.1.2 lib/chef/fork/commands/databag.rb
chef-fork-0.1.1 lib/chef/fork/commands/databag.rb