From 0e49faf593998d7121552cf3a74edaa7dc8e65d9 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 27 Nov 2023 10:26:30 +0200 Subject: [PATCH] fix style --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 224ebca..ffadc4c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -81,5 +81,5 @@ class mastodon ( } class { 'postgresql::server': } - include ::redis + include redis }