This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
dir = File.dirname(File.expand_path(__FILE__)) | |
require 'yaml' | |
require "#{dir}/puphpet/ruby/deep_merge.rb" | |
require "#{dir}/puphpet/ruby/to_bool.rb" | |
configValues = YAML.load_file("#{dir}/puphpet/config.yaml") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrantfile: | |
target: local | |
vm: | |
provider: | |
local: | |
box: bento/ubuntu-16.04 | |
box_url: 'false' | |
box_version: '0' | |
chosen_virtualizer: virtualbox | |
virtualizers: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrantfile: | |
target: local | |
vm: | |
provider: | |
local: | |
box: bento/ubuntu-16.04 | |
box_url: 'false' | |
box_version: '0' | |
chosen_virtualizer: virtualbox | |
virtualizers: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mac-Pro-van-jan:homestead jan$ vagrant destroy && vagrant up | |
homestead-7: Are you sure you want to destroy the 'homestead-7' VM? [y/N] y | |
==> homestead-7: Forcing shutdown of VM... | |
==> homestead-7: Destroying VM and associated drives... | |
==> homestead-7: Pruning invalid NFS exports. Administrator privileges will be required... | |
Bringing machine 'homestead-7' up with 'virtualbox' provider... | |
==> homestead-7: Importing base box 'laravel/homestead'... | |
==> homestead-7: Matching MAC address for NAT networking... | |
==> homestead-7: Checking if box 'laravel/homestead' version '7.0.0' is up to date... | |
==> homestead-7: Setting the name of the VM: homestead-7 |