osuosl / vagrant-ganeti

Vagrant files for a Ganeti tutorial and/or Ganeti testing environment
28 stars 13 forks source link

Incorrect puppet manifests, module path in ubuntu-11.10-32bit/Vagrantfile #4

Closed pramttl closed 11 years ago

pramttl commented 11 years ago

In the Vagrant file for ubuntu-11.10-32bit. The following settings are incorrectly configured for node2, node3 causing error:

        puppet.manifests_path   = "modules/ganeti_tutorial/nodes"
        puppet.module_path      = "modules"

It should be:

        puppet.manifests_path   = "../modules/ganeti_tutorial/nodes"
        puppet.module_path      = "../modules"

I will correct this and send a pull request in soon.