Make pep8 task run template generation
[apex-tripleo-heat-templates.git] / hosts-config.yaml
index df0addf..b5a22b7 100644 (file)
@@ -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: