Actions
Bug #13832
closedBoth Matcher Value and puppet-default value can be set at a time in sc-param
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman commands (obsolete)
Target version:
-
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Team Backlog:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1310645
Description of problem:
Matcher value and puppet default can be set as matcher value for smart class parameter and at-a time. Actually If 'Use-puppet-default' option is checked for matcher, matcher value cannot be set from UI. And same is expected in CLI.
Version-Release number of selected component (if applicable):
foreman-1.11.0-0.develop.201602171602gitd5b5059.el7.noarch
How reproducible:
Always
1. Attempt to create matcher with override value and puppet default value at a time from CLI.
- hammer -u admin -p changeme sc-param add-override-value --match <match> --value <value> --use-puppet-default 1
Actual results:
Success! Both value and puppet default is set.
Expected results:
Either one is value is set or exception raised for wrong attempt.
Additional info:
Actions