From bf793e68db4333aca9a16f0b17a3699a251257a0 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Mon, 21 Sep 2020 20:08:52 +0100 Subject: [PATCH] fix(core): sync puppet modules before applying the manifests --- scripts/apply | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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