diff --git a/scripts/apply b/scripts/apply index a1be603..0f45133 100755 --- a/scripts/apply +++ b/scripts/apply @@ -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/workstation.pp --targets localhost