Actions
Bug #8754
openForeman passes incorrect case sensitivity on "Run Puppet" to mco provider
Status:
New
Priority:
Normal
Assignee:
-
Category:
Puppet integration
Target version:
-
Description
When using the "Run Puppet" button on hosts in Foreman, under the mco provider, it will send the command to mco with a lower case fqdn that will then fail to find it:
mco ping:
Ultralisk time=104.35 ms
Command that is sent:[root@puppet etc]# /usr/bin/mco puppet runonce -I ultralisk
No request sent, we did not discover any nodes.
but if you manually run it with the correct case it works fine.
Updated by Dominic Cleal over 10 years ago
- Project changed from MCollective to Foreman
- Category set to Puppet integration
Updated by Dominic Cleal over 10 years ago
- Related to Bug #8859: Foreman does not display case specific hostnames added
Actions