Closed pramttl closed 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.
In the Vagrant file for ubuntu-11.10-32bit. The following settings are incorrectly configured for node2, node3 causing error:
It should be:
I will correct this and send a pull request in soon.