summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-06-15 00:24:19 -0400
committerJesse Luehrs <doy@tozt.net>2020-06-15 00:24:19 -0400
commiteadb5a7dd9cfb10ad225ccf2c0fc4201a5eb3bea (patch)
treebe8346d07529c99c8419d6b6aae59f5e02b84efd /manifests
parente0f065c84e97f89ca490f42dfd81f1eca67e045b (diff)
downloadpuppet-tozt-eadb5a7dd9cfb10ad225ccf2c0fc4201a5eb3bea.tar.gz
puppet-tozt-eadb5a7dd9cfb10ad225ccf2c0fc4201a5eb3bea.zip
need to pull as root
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tozt.pp2
1 files changed, 1 insertions, 1 deletions
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)
";
}