Skip to content

Commit

Permalink
SEG-46114 readme and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvon authored and chchhsiao committed Mar 6, 2019
1 parent 350736f commit 6c7c2a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deep-security-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Key | Type | Description | Default
['tenant_id'] | String | In a multi-tenant installation (like Deep Security as a Service), this identifies the tenant account to register the agent with. | nil
['token'] | String | In a multi-tenant installation (like Trend Micro Deep Security as a Service), this identifies the tenant account to register the agent with. | nil
['policy_id'] | String | The Deep Security ID assigned to the policy to apply to the agents on activation. | nil
['relaygroup_id'] | String | The Deep Security ID assigned to the relay group to apply to the agents on activation. | nil
['force_reactivation'] | Boolean | Whether to force re-activation even Deep Security Agent has been activated. | false


Expand All @@ -48,6 +49,7 @@ Key | Type | Description | Default
['tenant_id'] | String | In a multi-tenant installation (like Deep Security as a Service), this identifies the tenant account to register the agent with. | nil
['token'] | String | In a multi-tenant installation (like Trend Micro Deep Security as a Service), this identifies the tenant account to register the agent with. | nil
['policy_id'] | String | The Deep Security ID assigned to the policy to apply to the agents on activation. | nil
['relaygroup_id'] | String | The Deep Security ID assigned to the relay group to apply to the agents on activation. | nil
['force_reactivation'] | Boolean | Whether to force re-activation even Deep Security Agent has been activated. | false

## Usage
Expand Down
2 changes: 1 addition & 1 deletion deep-security-agent/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'All rights reserved'
description 'Installs/Configures the Deep Security Agent'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.1.2'
version '1.2.0'

supports 'amazon'
supports 'centos'
Expand Down

0 comments on commit 6c7c2a7

Please sign in to comment.