Sha256: b855d06af06024ad61f86ec1dc183ea0f4f4e1647ad92cc9a8ae7e74a77580ae
Contents?: true
Size: 275 Bytes
Versions: 3
Compression:
Stored size: 275 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 = order_args(args) data_bag(rest) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-fork-0.2.0 | lib/chef/fork/commands/databag.rb |
chef-fork-0.1.4 | lib/chef/fork/commands/databag.rb |
chef-fork-0.1.3 | lib/chef/fork/commands/databag.rb |