We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7627132 + b1448ec commit dc02036Copy full SHA for dc02036
utils/oscap-xccdf.c
@@ -835,7 +835,7 @@ int app_generate_fix(const struct oscap_action *action)
835
} else if (strcmp(action->fix_type, "puppet") == 0) {
836
template = "urn:xccdf:fix:script:puppet";
837
} else if (strcmp(action->fix_type, "anaconda") == 0) {
838
- template = "urn:xccdf:fix:script:anaconda";
+ template = "urn:redhat:anaconda:pre";
839
} else {
840
fprintf(stderr,
841
"Unknown fix type '%s'.\n"
0 commit comments