File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def detect_DSA_host_platform
2222 case node [ :platform ]
2323 when /amazon/
2424 currentDSAPlatform . host_platform = 'amzn'
25- currentDSAPlatform . host_platform_version = '1'
25+ currentDSAPlatform . host_platform_version = node [ :platform_version ] == '2' ? '2' : '1'
2626 currentDSAPlatform . installer_file_name = PACKAGE_RPM
2727 when /redhat/ , /centos/
2828 currentDSAPlatform . host_platform = 'RedHat_EL'
Original file line number Diff line number Diff line change 44license 'All rights reserved'
55description 'Installs/Configures the Deep Security Agent'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '1.2.0 '
7+ version '1.2.1 '
88
99supports 'amazon'
1010supports 'centos'
You can’t perform that action at this time.
0 commit comments