From 3d8f47740d3bcff19e0a675f585a7e3aed9b16b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo.hornquist@liuformulastudent.se> Date: Sun, 10 May 2020 21:48:06 +0000 Subject: [PATCH] Disable puppetfetch. --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 0c13369..2919723 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -10,7 +10,7 @@ node 'liufs-test' { require ::baseinstall - require ::puppetfetch + # require ::puppetfetch # include ::ssh class { 'lysbackup': # make sure this user exists on the backup host -- GitLab