Skip to content

Commit

Permalink
Feature name must not be all capital letters
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea authored and evgeni committed Jan 7, 2025
1 parent 3b83558 commit 60314ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/hdm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 60314ec

Please sign in to comment.