commit | dae1758e273c90d49d3d184b45cd043c44710c07 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu May 11 14:24:59 2017 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu May 11 14:25:46 2017 +0200 |
tree | f6241834b9fcf3dbfbcf45483cfb9b2ab81b32d9 | |
parent | f4621763703b1352a0535f4f09e05d71459791f7 [diff] |
Fix creation of all chain file Problem is that it doesn't get created if key file and cert already exists and are not deployed by nginx state. So ensure all file always exists. However I am not sure how this will behave if key and cert will get changed. Maybe it would be better to use file.managed and template instead.