commit | 94ee9d58c64ce7b62648e8ae3f1e59c04aa27fa5 | [log] [tgz] |
---|---|---|
author | Bruno Binet <bruno.binet@gmail.com> | Fri May 05 17:01:03 2017 +0200 |
committer | Bruno Binet <bruno.binet@gmail.com> | Fri May 05 17:01:03 2017 +0200 |
tree | 6b890d371250dc2989286c7b388bc009e1be4714 | |
parent | e44797fe0d7b9124f881902ccb05c2169cb0287d [diff] |
Make sure system.purge_repos is optional
diff --git a/linux/system/repo.sls b/linux/system/repo.sls index 2ba2114..80fef35 100644 --- a/linux/system/repo.sls +++ b/linux/system/repo.sls
@@ -183,7 +183,7 @@ - user: root - group: root - mode: 0644 -{%- if system.purge_repos %} +{%- if system.purge_repos|default(False) %} - replace: True {%- endif %} - defaults: