We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When declaring a variable using mergemode clobber, the value in the registry has the following character appended at the end:
倀
For example, value data would show as:
C:\software\tomcat倀
The registry value data should display as:
C:\software\tomcat
Declare resource as follows:
windows_env {'CATALINA_HOME': ensure => present, variable => 'CATALINA_HOME', value => 'C:\software\tomcat', mergemode => clobber, }
After puppet run, go to registry location below to view applied values for variable:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
Screenshot of the issue:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
When declaring a variable using mergemode clobber, the value in the registry has the following character appended at the end:
倀
For example, value data would show as:
C:\software\tomcat倀
Expected Behavior
The registry value data should display as:
C:\software\tomcat
Steps to Reproduce
Declare resource as follows:
After puppet run, go to registry location below to view applied values for variable:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
Environment
Additional Context
Screenshot of the issue:
The text was updated successfully, but these errors were encountered: