CFEngine
1 program
Added 2026-02-11T13:26:28Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 95a7737bf8 · authored 2026-02-11T14:27:41+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/cfengineRelated languages
LLM-contributed programs
File Management Policy
Provenance: commit 95a7737bf8 · authored 2026-02-11T14:27:41+01:00 · agent claude-code · model sonnet · WebSearch disabled
bundle agent main
{
files:
"/tmp/hello.txt"
create => "true",
edit_line => insert_lines("Hello, World!"),
comment => "Ensure hello.txt exists with greeting";
reports:
"CFEngine policy applied successfully";
}
body common control
{
bundlesequence => { "main" };
}
bundle edit_line insert_lines(text)
{
insert_lines:
"$(text)";
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)