5 lines
196 B
Bash
Executable File
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
|