Skip to content

Commit 2fb2652

Browse files
committed
cfbs.json: Standardized tags a bit
Looks like we are pretty good at following these conventions: - "supported" first - "experimental" last - Marking a module as both experimental and supported probably(?) doesn't make sense. We can consider adding these to cfbs validate. Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 3a61e9d commit 2fb2652

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cfbs.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"client-initiated": { "alias": "client-initiated-reporting" },
8787
"client-initiated-reporting": {
8888
"description": "Enables client initiated reporting and disable pull collection.",
89-
"tags": ["experimental", "reporting"],
89+
"tags": ["reporting", "experimental"],
9090
"repo": "https://github.com/cfengine/modules",
9191
"by": "https://github.com/cfengine",
9292
"version": "0.1.1",
@@ -96,7 +96,7 @@
9696
},
9797
"compliance-report-imports": {
9898
"description": "Used by other modules to import compliance reports to Mission Portal.",
99-
"tags": ["experimental", "cfengine-enterprise"],
99+
"tags": ["cfengine-enterprise", "experimental"],
100100
"repo": "https://github.com/nickanderson/cfengine-security-hardening",
101101
"by": "https://github.com/nickanderson",
102102
"version": "0.0.11",
@@ -110,7 +110,7 @@
110110
},
111111
"compliance-report-lynis": {
112112
"description": "Compliance report with Lynis checks.",
113-
"tags": ["experimental", "security", "compliance"],
113+
"tags": ["security", "compliance", "experimental"],
114114
"repo": "https://github.com/nickanderson/cfengine-lynis",
115115
"by": "https://github.com/nickanderson",
116116
"version": "3.1.3",
@@ -123,7 +123,7 @@
123123
},
124124
"compliance-report-os-is-vendor-supported": {
125125
"description": "Compliance report definition for checking if the current OS version is supported by the vendor.",
126-
"tags": ["experimental", "compliance-report", "cfengine-enterprise"],
126+
"tags": ["compliance-report", "cfengine-enterprise", "experimental"],
127127
"repo": "https://github.com/nickanderson/cfengine-security-hardening",
128128
"by": "https://github.com/nickanderson",
129129
"version": "0.0.6",
@@ -348,7 +348,7 @@
348348
"commit": "5fed175857e2fd6a65e1d0f74ab2dddd30653e2c",
349349
"repo": "https://github.com/cfengine/modules",
350350
"by": "https://github.com/olehermanse",
351-
"tags": ["management", "security", "supported"],
351+
"tags": ["supported", "management", "security"],
352352
"steps": ["json def.json def.json"]
353353
},
354354
"enable-aslr": {
@@ -593,7 +593,7 @@
593593
},
594594
"inventory-local-groups": {
595595
"description": "Adds reporting data (inventory) for the local groups on the system.",
596-
"tags": ["inventory", "supported"],
596+
"tags": ["supported", "inventory"],
597597
"repo": "https://github.com/nickanderson/cfengine-local_users",
598598
"by": "https://github.com/nickanderson",
599599
"version": "0.0.1",
@@ -1054,7 +1054,7 @@
10541054
"package-method-winget": {
10551055
"description": "Package method for Windows winget package manager.",
10561056
"subdirectory": "management/package-method-winget",
1057-
"tags": ["management", "experimental", "windows"],
1057+
"tags": ["management", "windows", "experimental"],
10581058
"repo": "https://github.com/cfengine/modules",
10591059
"by": "https://github.com/craigcomstock",
10601060
"version": "0.0.1",
@@ -1096,7 +1096,7 @@
10961096
"prelinking-disabled": { "alias": "disable-prelinking" },
10971097
"powershell-execution-policy": {
10981098
"description": "Inventory and bundle for PowerShell Execution Policy",
1099-
"tags": ["management", "experimental", "windows"],
1099+
"tags": ["management", "windows", "experimental"],
11001100
"repo": "https://github.com/cfengine/modules",
11011101
"by": "https://github.com/craigcomstock",
11021102
"version": "0.0.1",
@@ -1152,7 +1152,7 @@
11521152
},
11531153
"promise-type-groups": {
11541154
"description": "Experimental promise type to manage local user groups.",
1155-
"tags": ["supported", "promise-type", "experimental"],
1155+
"tags": ["promise-type", "experimental"],
11561156
"repo": "https://github.com/cfengine/modules",
11571157
"by": "https://github.com/larsewi",
11581158
"version": "0.2.4",

0 commit comments

Comments
 (0)