Skip to content

Commit

Permalink
nicely working, added docker installed class inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Sep 26, 2023
1 parent 3fc8947 commit 93b4c77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker_inventory.cf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
bundle agent docker_inventory
{
classes:
"have_docker" expression => fileexists("${docker}");
"have_docker" expression => fileexists("${docker}"),
meta => { "inventory", "attribute_name=Docker Installed" };

vars:
any::
Expand Down

0 comments on commit 93b4c77

Please sign in to comment.