Sha256: a86a549e31e0f4ce010eddc5cad93be6297e990135b2cc102a13c30cee2939a1
Contents?: true
Size: 488 Bytes
Versions: 25
Compression:
Stored size: 488 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 -y -qq 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
25 entries across 21 versions & 4 rubygems