diff --git a/gcp/deployment-packages/single-payg/check-point-vsec--payg.py b/gcp/deployment-packages/single-payg/check-point-vsec--payg.py index fb0b0fef..7165477d 100755 --- a/gcp/deployment-packages/single-payg/check-point-vsec--payg.py +++ b/gcp/deployment-packages/single-payg/check-point-vsec--payg.py @@ -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', @@ -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']: