From ea09557c1a0fd429cb6e0abe9b6641a479dad7d0 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 9 Sep 2024 16:03:30 +0200 Subject: [PATCH] Don't use incudes like this in newer puppet --- manifests/dockerhost.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/dockerhost.pp b/manifests/dockerhost.pp index 069fac3..e5d13cf 100644 --- a/manifests/dockerhost.pp +++ b/manifests/dockerhost.pp @@ -1,4 +1,3 @@ -include apt # Wrapper for sunet::dockerhost to do thiss specific things class sunetdrive::dockerhost( String $version = safe_hiera('docker_version'),