commit | 17cc42bcf459e1dcedb67696d433ae73b8255383 | [log] [tgz] |
---|---|---|
author | Aleš Komárek <github@newt.cz> | Thu Oct 13 18:23:02 2016 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 13 18:23:02 2016 +0200 |
tree | fe2ebfd6fe243eaf7e2839516896700584849ae8 | |
parent | d9fe9add7cbbbee8fb2938b6a27bcd8b9a5cce46 [diff] | |
parent | 4413549d6f7302ccb874172c8adab22db5fce2c9 [diff] |
Merge pull request #3 from simonpasquier/fix-local-storage 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