Skip to content

Commit c86e55f

Browse files
authored
Merge pull request #602 from nickanderson/ENT-13774/master
ENT-13774: Added inventory-fde module & bumped inventory-windows-services
2 parents a3d72f3 + 2e2e6a1 commit c86e55f

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

cfbs.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -757,14 +757,28 @@
757757
"bundles inventory_unshadowed_users:main"
758758
]
759759
},
760+
"inventory-fde": {
761+
"description": "Inventory full disk encryption status on Linux (LUKS1, LUKS2, plain dm-crypt).",
762+
"tags": ["supported", "linux", "inventory", "security"],
763+
"repo": "https://github.com/cfengine/modules",
764+
"by": "https://github.com/nickanderson",
765+
"version": "0.0.1",
766+
"commit": "2c7058ed30a821e4abd85e57326a9c2fba4c7c51",
767+
"subdirectory": "inventory/inventory-fde",
768+
"steps": [
769+
"copy inventory-fde.cf services/cfbs/inventory-fde/",
770+
"policy_files services/cfbs/inventory-fde/",
771+
"bundles inventory_fde:main"
772+
]
773+
},
760774
"inventory-windows-services": {
761775
"description": "Inventory running Windows services.",
762776
"tags": ["supported", "windows", "inventory", "security"],
763777
"repo": "https://github.com/cfengine/modules",
764778
"by": "https://github.com/craigcomstock",
765-
"version": "0.0.1",
766-
"commit": "bf3b21d34d6506671fb7977443d9bfa24ea25241",
767-
"subdirectory": "inventory",
779+
"version": "0.0.2",
780+
"commit": "2c7058ed30a821e4abd85e57326a9c2fba4c7c51",
781+
"subdirectory": "inventory/inventory-windows-services",
768782
"steps": [
769783
"copy inventory-windows-services.cf services/cfbs/inventory-windows-services/",
770784
"policy_files services/cfbs/inventory-windows-services/",

0 commit comments

Comments
 (0)