From f8f31dfc55dd7a740c03796a7c969e8e4c9f9ab8 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 24 Apr 2025 20:12:59 +0200 Subject: [PATCH] fix init --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 6755e02..7bea8fa 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,6 +3,6 @@ # Author: Arne Teuke (arne_teuke@confdroid.com) # @summary Class initializes the ssh_cd module ############################################################################## -class ssh_cd::init { +class ssh_cd { include ssh_cd::params }