Files
puppet-openstack/scripts/run-swift-multi.sh
2012-04-08 19:32:40 -07:00

5 lines
196 B
Bash
Executable File

#!/bin/bash
apt-get update
puppet apply /vagrant/manifests/hosts.pp --modulepath /vagrant/modules --debug
puppet agent --server puppetmaster --certname $* --debug --trace --test --pluginsync true