Skip to content

Commit

Permalink
Merge pull request #2385 from olehermanse/not_running
Browse files Browse the repository at this point in the history
CFE-3472: ensure_running_1.c: Fixed components -> component
  • Loading branch information
nickanderson committed Oct 23, 2020
2 parents 4fe1e65 + 72ddf09 commit e56c23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example-snippets/ensure_running_1.cf
Expand Up @@ -2,11 +2,11 @@ bundle agent CFEngine_processes
{
vars:

"components" slist => { "cf-execd", "cf-monitord", "cf-serverd", "cf-hub" };
"component" slist => { "cf-execd", "cf-monitord", "cf-serverd", "cf-hub" };

processes:

"$(components)"
"$(component)"
comment => "Make sure server parts of CFEngine are running",
restart_class => canonify("$(component)_not_running");

Expand Down

0 comments on commit e56c23f

Please sign in to comment.