
Adds class openstack::repo::diablo which sets up the ppa to install openstack diablo. Also added to the host setup manifest.
4 lines
202 B
Bash
Executable File
4 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
puppet apply /vagrant/manifests/hosts.pp --modulepath /vagrant/modules
|
|
puppet apply /vagrant/manifests/site.pp --modulepath /vagrant/modules --graph --certname $* --graphdir /vagrant/graphs
|