4 lines
137 B
Bash
Executable File
4 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
puppet apply /vagrant/manifests/hosts.pp
|
|
puppet apply --certname $1 /vagrant/manifests/site.pp --modulepath /vagrant/modules
|