fix(core): sync puppet modules before applying the manifests
This commit is contained in:
parent
1787c434f8
commit
bf793e68db
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue