commit | 4413549d6f7302ccb874172c8adab22db5fce2c9 | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Thu Oct 13 11:01:13 2016 +0200 |
committer | Simon Pasquier <spasquier@mirantis.com> | Thu Oct 13 11:02:07 2016 +0200 |
tree | fe2ebfd6fe243eaf7e2839516896700584849ae8 | |
parent | d9fe9add7cbbbee8fb2938b6a27bcd8b9a5cce46 [diff] |
Fix the storage.data state when engine is 'local'
diff --git a/reclass/storage/data.sls b/reclass/storage/data.sls index 9676f43..a47a19a 100644 --- a/reclass/storage/data.sls +++ b/reclass/storage/data.sls
@@ -19,7 +19,7 @@ {%- if storage.data_source.engine == "local" %} reclass_data_dir: - file.managed: + file.directory: - name: {{ storage.base_dir }} - mode: 700