Skip to content

Conversation

@nickanderson
Copy link
Member

We handle this specially in core, but it was not mentioned anywhere in the docs.

define PACKAGE_IGNORED_CFE_INTERNAL "cfe_internal_non_existing_package"

if (StringEqual(pi->name, PACKAGE_IGNORED_CFE_INTERNAL))
{
Log(LOG_LEVEL_DEBUG, "ExecuteSchedule: Ignoring outcome for special package '%s'", pi->name);
}
else if (ok)
{
Log(LOG_LEVEL_VERBOSE,
"Package schedule execution ok for '%s' (outcome cannot be promised by cf-agent)",
pi->name);
}

Ticket: ENT-13525
Changelog: None

We handle this specially in core, but it was not mentioned anywhere in the docs.

define PACKAGE_IGNORED_CFE_INTERNAL "cfe_internal_non_existing_package"

if (StringEqual(pi->name, PACKAGE_IGNORED_CFE_INTERNAL))
{
    Log(LOG_LEVEL_DEBUG, "ExecuteSchedule: Ignoring outcome for special package '%s'", pi->name);
}
else if (ok)
{
    Log(LOG_LEVEL_VERBOSE,
        "Package schedule execution ok for '%s' (outcome cannot be promised by cf-agent)",
          pi->name);
}

Ticket: ENT-13525
Changelog: None
@cf-bottom
Copy link

Thanks for submitting a PR! Maybe @craigcomstock can review this?

Copy link
Contributor

@craigcomstock craigcomstock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! 🍰

@nickanderson nickanderson merged commit 910ac6e into cfengine:master Nov 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants