From eadb5a7dd9cfb10ad225ccf2c0fc4201a5eb3bea Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Jun 2020 00:24:19 -0400 Subject: need to pull as root --- manifests/tozt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/tozt.pp b/manifests/tozt.pp index 1065935..caf64f3 100644 --- a/manifests/tozt.pp +++ b/manifests/tozt.pp @@ -6,7 +6,7 @@ node 'tozt', 'tozt.localdomain' { class { 'base': extra_script => " (cd /home/doy/coding/metabase-utils && git pull) - (docker pull bitwardenrs/server) + (sudo docker pull bitwardenrs/server) "; } -- cgit v1.2.3-54-g00ecf