4 lines
232 B
Bash
Executable File
4 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
puppet apply /vagrant/manifests/setup_agent.pp --modulepath /vagrant/modules --debug
|
|
puppet apply /vagrant/manifests/site.pp --modulepath /vagrant/modules --graph --certname $* --graphdir /vagrant/graphs --debug --trace
|