Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
body common control
{
bundlesequence => { "packages" };
inputs => { "cfengine_stdlib.cf" }
inputs => { "cfengine_stdlib.cf" };
}

bundle agent packages
Expand Down
1 change: 1 addition & 0 deletions content/reference/functions/regline.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ bundle edit_line upgrade_cfexecd
# bundles and persist until it is explicitly canceled or until the end of
# the agent run.
scope => "bundle";

insert_lines:
exec_fix::
"0,5,10,15,20,25,30,35,40,45,50,55 * * * * /var/cfengine/bin/cf-execd -F";
Expand Down
Loading