Sha256: 534e8f5f6c44362d0d7028987290f51c55ebaf1d730e0f0a7216bdf71f49b8b7
Contents?: true
Size: 485 Bytes
Versions: 16
Compression:
Stored size: 485 Bytes
Contents
require_relative "../../omnibus" module VagrantPlugins module Chef module Cap module FreeBSD module ChefInstall def self.chef_install(machine, project, version, channel, omnibus_url, options = {}) machine.communicate.sudo("pkg install -qy curl bash") command = Omnibus.sh_command(project, version, channel, omnibus_url, options) machine.communicate.sudo(command) end end end end end end
Version data entries
16 entries across 16 versions & 3 rubygems