Comment 1 for bug 1599531

Revision history for this message
Louis Zuckerman (semiosis) wrote : Re: Xenial vagrant box is missing puppet/chef/etc config management

As a workaround you can use a shell provisioner to install the config management packages you require. As an example, for puppet, add this line to your Vagrantfile before `config.vm.provision "puppet"`

    config.vm.provision "shell", inline: "apt-get install -y puppet"