fix(core): sync puppet modules before applying the manifests

This commit is contained in:
Ade Attwood 2020-09-21 20:08:52 +01:00
parent 1787c434f8
commit bf793e68db

View file

@ -1,4 +1,7 @@
#!/bin/sh #!/bin/bash
bolt puppetfile install
bolt apply manifests/root.pp --targets localhost --run-as root --sudo-password-prompt bolt apply manifests/root.pp --targets localhost --run-as root --sudo-password-prompt
bolt apply manifests/workstation.pp --targets localhost bolt apply manifests/workstation.pp --targets localhost