Actions
Feature #22355
closedMake stripping setting value optional
Description
In some cases, we may not want setting value to be stripped when it is a string. foreman_templates has a setting for template prefix, which adds given prefix to template names when importing templates. It is common to have a trailing space in prefix, so that the name after import is 'Community Template Name' instead of 'CommunityTemplate Name', which is the result when the trailing space is stripped before saving 'Community ' as a setting value.
Actions