From 60314ec22dda23aab434cddc7670ff668cefff0a Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Mon, 30 Dec 2024 13:46:30 +0100 Subject: [PATCH] Feature name must not be all capital letters --- manifests/plugin/hdm.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/plugin/hdm.pp b/manifests/plugin/hdm.pp index 33477101..83d38722 100644 --- a/manifests/plugin/hdm.pp +++ b/manifests/plugin/hdm.pp @@ -30,7 +30,7 @@ foreman_proxy::plugin::module { 'hdm': template_path => 'foreman_proxy/plugin/hdm.yml.erb', enabled => $enabled, - feature => 'HDM', + feature => 'Hdm', listen_on => $listen_on, version => $version, }