Dotfiles/scripts/apply

7 lines
181 B
Bash
Executable file

#!/bin/bash
bolt puppetfile install
bolt apply manifests/root.pp --targets localhost --run-as root --sudo-password-prompt
bolt apply manifests/workstation.pp --targets localhost