dev/Vagrantfile
changeset 645 4d1aa030e746
parent 611 fa66f4bb1563
child 648 c8b44a569549
equal deleted inserted replaced
644:5ab0dc95fddf 645:4d1aa030e746
    89   #
    89   #
    90   config.vm.provision :puppet do |puppet|
    90   config.vm.provision :puppet do |puppet|
    91     puppet.manifests_path = "manifests"
    91     puppet.manifests_path = "manifests"
    92     puppet.manifest_file  = "site.pp"
    92     puppet.manifest_file  = "site.pp"
    93     puppet.module_path    = "modules"
    93     puppet.module_path    = "modules"
    94     puppet.options        = "--hiera_config /vagrant/hiera.yaml "
    94     #puppet.options        = "--hiera_config /vagrant/hiera.yaml --graph --graphdir '/vagrant/graphs' --noop"
       
    95     puppet.options        = "--debug --verbose --hiera_config /vagrant/hiera.yaml"
    95     puppet.facter = {
    96     puppet.facter = {
    96       "vagrant_base_path" => File.dirname(__FILE__)
    97       "vagrant_base_path" => File.dirname(__FILE__)
    97     }
    98     }
    98   #  puppet.options        = "--debug --verbose --hiera_config /vagrant/hiera.yaml "
    99   #  puppet.options        = "--debug --verbose --hiera_config /vagrant/hiera.yaml "
    99   end
   100   end