|
95 | 95 | "steps": ["json def.json def.json"] |
96 | 96 | }, |
97 | 97 | "compliance-report-imports": { |
98 | | - "name": "compliance-report-imports", |
99 | 98 | "description": "Used by other modules to import compliance reports to Mission Portal.", |
100 | 99 | "tags": ["experimental", "cfengine-enterprise"], |
101 | 100 | "repo": "https://github.com/nickanderson/cfengine-security-hardening", |
|
123 | 122 | ] |
124 | 123 | }, |
125 | 124 | "compliance-report-os-is-vendor-supported": { |
126 | | - "name": "compliance-report-os-is-vendor-supported", |
127 | 125 | "description": "Compliance report definition for checking if the current OS version is supported by the vendor.", |
128 | 126 | "tags": ["experimental", "compliance-report", "cfengine-enterprise"], |
129 | 127 | "repo": "https://github.com/nickanderson/cfengine-security-hardening", |
|
518 | 516 | ] |
519 | 517 | }, |
520 | 518 | "inventory-etc-login-defs": { |
521 | | - "name": "inventory-etc-login-defs", |
522 | 519 | "description": "Adds reporting data (inventory) for useful bits from the /etc/login.defs file.", |
523 | 520 | "tags": ["supported", "inventory"], |
524 | 521 | "repo": "https://github.com/nickanderson/cfengine-inventory-etc-login-defs", |
|
595 | 592 | ] |
596 | 593 | }, |
597 | 594 | "inventory-local-groups": { |
598 | | - "name": "inventory-local-groups", |
599 | 595 | "description": "Adds reporting data (inventory) for the local groups on the system.", |
600 | 596 | "tags": ["inventory", "supported"], |
601 | 597 | "repo": "https://github.com/nickanderson/cfengine-local_users", |
|
624 | 620 | ] |
625 | 621 | }, |
626 | 622 | "inventory-local-users-locked": { |
627 | | - "name": "inventory-local-users-locked", |
628 | 623 | "description": "Adds reporting data (inventory) for the local users on the system that are locked.", |
629 | 624 | "tags": ["supported", "inventory"], |
630 | 625 | "repo": "https://github.com/nickanderson/cfengine-local_users", |
|
653 | 648 | ] |
654 | 649 | }, |
655 | 650 | "inventory-local-users-password-empty": { |
656 | | - "name": "inventory-local-users-password-empty", |
657 | 651 | "description": "Adds reporting data (inventory) for the local users on the system that do not have a password set.", |
658 | 652 | "tags": ["supported", "inventory", "security"], |
659 | 653 | "repo": "https://github.com/nickanderson/cfengine-local_users", |
|
668 | 662 | ] |
669 | 663 | }, |
670 | 664 | "inventory-local-users-password-hashing-algorithm": { |
671 | | - "name": "inventory-local-users-password-hashing-algorithm", |
672 | 665 | "description": "Adds reporting data (inventory) for password hashing algorithms in use by local users.", |
673 | 666 | "tags": ["supported", "inventory", "security"], |
674 | 667 | "repo": "https://github.com/nickanderson/cfengine-local_users", |
|
853 | 846 | "steps": ["copy cfengine.py modules/promises/"] |
854 | 847 | }, |
855 | 848 | "library-parsed-local-groups": { |
856 | | - "name": "library-parsed-local-groups", |
857 | 849 | "description": "Parses local group from the /etc/group file on the system.", |
858 | 850 | "tags": ["supported", "library"], |
859 | 851 | "repo": "https://github.com/nickanderson/cfengine-local_users", |
|
867 | 859 | ] |
868 | 860 | }, |
869 | 861 | "library-parsed-local-users": { |
870 | | - "name": "library-parsed-local-users", |
871 | 862 | "description": "Parses local users from /etc/passwd on the system with their attributes from /etc/shadow.", |
872 | 863 | "tags": ["supported", "library"], |
873 | 864 | "repo": "https://github.com/nickanderson/cfengine-local_users", |
|
0 commit comments