commit | 4138199a5806e95cc81dacb5587c052542418e83 | [log] [tgz] |
---|---|---|
author | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Thu Oct 10 13:17:09 2019 +0400 |
committer | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Thu Oct 10 13:17:09 2019 +0400 |
tree | 4e8c299ceefee33a6b0425c518a86b18c058c3ee | |
parent | 9245410a3bc89f83e644a9a452422387cf1988dc [diff] |
Fix typo in attempts param PROD-33730 Change-Id: Id49fcb45007fd8bd6c6e82bc851c56ab1a961049
diff --git a/maas/map.jinja b/maas/map.jinja index 09a9fa2..9ff5244 100644 --- a/maas/map.jinja +++ b/maas/map.jinja
@@ -32,7 +32,7 @@ timeout: deployed: 1800 ready: 900 - attemps: 10 + attempts: 10 {%- endload %} {%- set region = salt['grains.filter_by'](region_defaults, merge=salt['pillar.get']('maas:region', {})) %}