Skip to content

Commit

Permalink
Merge pull request #453 from nickanderson/ENT-10745/master
Browse files Browse the repository at this point in the history
ENT-10745: conditional-installer: Fixed input key name
  • Loading branch information
nickanderson authored Oct 16, 2023
2 parents db814a0 + a8e3d14 commit 5f2d06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"subdirectory": "security/conditional-installer",
"steps": [
"copy main.cf services/cfbs/modules/conditional-installer/main.cf",
"input conditional-installer/input.json def.json",
"input ./input.json def.json",
"bundles conditional_installer:main",
"policy_files services/cfbs/modules/conditional-installer/main.cf"
],
Expand All @@ -110,7 +110,7 @@
"label": "Install",
"subtype": [
{
"key": "name",
"key": "packages",
"type": "string",
"label": "Package(s)",
"question": "Package(s) to install"
Expand Down

0 comments on commit 5f2d06c

Please sign in to comment.