Skip to content

Commit 9c9774c

Browse files
me-codernickanderson
authored andcommitted
Update write-cfengine-policy.markdown
Command to check the user policy corrected. `cf-agent -cf /var/cfengine/masterfiles/promises.cf` changed to `cf-promises -cf /var/cfengine/masterfiles/my-policy.cf` (cherry picked from commit 55b4dbf)
1 parent e194eee commit 9c9774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/write-cfengine-policy.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ On the policy server you can run the following command to make sure the syntax
177177
is correct.
178178

179179
```command
180-
cf-agent -cf /var/cfengine/masterfiles/promises.cf
180+
cf-promises -cf /var/cfengine/masterfiles/my-policy.cf
181181
```
182182

183183
After some period of time (CFEngine runs by default every 5 minutes), log in to

0 commit comments

Comments
 (0)