4 lines
153 B
Bash
Executable file
4 lines
153 B
Bash
Executable file
#!/bin/sh
|
|
|
|
bolt apply manifests/root.pp --targets localhost --run-as root --sudo-password-prompt
|
|
bolt apply manifests/workstation.pp --targets localhost
|