dev/Vagrantfile
changeset 588 8e9ea314e06e
parent 587 a1aa29e7809f
child 590 e103299bccc0
equal deleted inserted replaced
587:a1aa29e7809f 588:8e9ea314e06e
    80   config.vm.provision :puppet do |puppet|
    80   config.vm.provision :puppet do |puppet|
    81     puppet.manifests_path = "manifests"
    81     puppet.manifests_path = "manifests"
    82     puppet.manifest_file  = "site.pp"
    82     puppet.manifest_file  = "site.pp"
    83     puppet.module_path    = "modules"
    83     puppet.module_path    = "modules"
    84     puppet.options        = "--hiera_config /vagrant/hiera.yaml "
    84     puppet.options        = "--hiera_config /vagrant/hiera.yaml "
       
    85   #  puppet.options        = "--debug --verbose --hiera_config /vagrant/hiera.yaml "
    85   end
    86   end
    86 
    87 
    87   # Enable provisioning with chef solo, specifying a cookbooks path, roles
    88   # Enable provisioning with chef solo, specifying a cookbooks path, roles
    88   # path, and data_bags path (all relative to this Vagrantfile), and adding
    89   # path, and data_bags path (all relative to this Vagrantfile), and adding
    89   # some recipes and/or roles.
    90   # some recipes and/or roles.