Skip to content

Commit

Permalink
Added module './docker_inventory.cf'
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Sep 25, 2023
1 parent 82334e9 commit d9458eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cfbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@
"dependencies": ["autorun", "every-minute"],
"added_by": "cfbs add",
"steps": ["json def.json def.json"]
},
{
"name": "./docker_inventory.cf",
"description": "Local policy file added using cfbs command line",
"tags": ["local"],
"added_by": "cfbs add",
"steps": [
"copy ./docker_inventory.cf services/cfbs/docker_inventory.cf",
"policy_files services/cfbs/docker_inventory.cf",
"bundles docker_inventory"
]
}
],
"git": true
Expand Down
4 changes: 4 additions & 0 deletions docker_inventory.cf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bundle agent docker_inventory
{
reports: "hi from ${this.bundle}";
}

0 comments on commit d9458eb

Please sign in to comment.