diff options
author | 2016-11-29 01:02:31 +0000 | |
---|---|---|
committer | 2016-11-29 01:02:31 +0000 | |
commit | 95e443cd1081224cac9ca89846c874d10c6c43da (patch) | |
tree | 64aaa85d0dfbe14d783cdaa1819edeee076389a2 /hosts-config.yaml | |
parent | d1deaae25f8583603c9a8d9394a81c12d5d1742c (diff) | |
parent | 933f1afefd2ed6cf0f0395651f55fa25afbecad8 (diff) |
Merge "Stop using puppet to configure VIPs in /etc/hosts"
Diffstat (limited to 'hosts-config.yaml')
-rw-r--r-- | hosts-config.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts-config.yaml b/hosts-config.yaml index df0addfd..b5a22b7f 100644 --- a/hosts-config.yaml +++ b/hosts-config.yaml @@ -3,7 +3,7 @@ description: 'All Hosts Config' parameters: hosts: - type: comma_delimited_list + type: string resources: @@ -12,10 +12,7 @@ resources: properties: group: os-apply-config config: - hosts: - list_join: - - "\n" - - {get_param: hosts} + hosts: {get_param: hosts} outputs: config_id: |