5 lines
161 B
Text
5 lines
161 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
bolt apply manifests/root.pp -vv --targets localhost --run-as root --sudo-password-prompt
|
||
|
|
bolt apply manifests/workstation.pp -vv --targets localhost
|