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