Sha256: 730349e445d9c33b1e7bb75d3dedc465f11ad3a72365fa53d97d848bfadb0793
Contents?: true
Size: 392 Bytes
Versions: 17
Compression:
Stored size: 392 Bytes
Contents
require_relative "../../omnibus" module VagrantPlugins module Chef module Cap module Windows module ChefInstall def self.chef_install(machine, project, version, channel, options = {}) command = Omnibus.ps_command(project, version, channel, options) machine.communicate.sudo(command) end end end end end end
Version data entries
17 entries across 17 versions & 3 rubygems