Skip to content

Commit

Permalink
reverse the mgmt-only modifications in single payg
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-rivkas committed Jan 9, 2024
1 parent 4305c3a commit 306644a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
'description': 'Check Point Security Gateway and Management',
'canIpForward': True,
},
'Management only': {
'tags': [MANAGEMENT],
'description': 'Check Point Security Management',
'canIpForward': False,
},
'Gateway only': {
'tags': [GATEWAY],
'description': 'Check Point Security Gateway',
Expand Down Expand Up @@ -151,7 +146,7 @@ def generate_config(context):
prop['osVersion'] = prop['cloudguardVersion'].replace(".", "")
prop['allowUploadDownload'] = str(prop['allowUploadDownload']).lower()
if not prop['managementGUIClientNetwork'] and prop['installationType'] in {
'Gateway and Management (Standalone)', 'Management only'}:
'Gateway and Management (Standalone)'}:
raise Exception('Allowed GUI clients are required when installing '
'a management server')
for k in ['managementGUIClientNetwork']:
Expand Down

0 comments on commit 306644a

Please sign in to comment.