commit | 65f342bb28ef6db80225693a96562a2882c936e1 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Dec 22 22:14:20 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Dec 22 22:14:20 2016 +0100 |
tree | e8556ae30a027771b802cd47eb6bd6f413a51c64 | |
parent | be4232be59937de72d0a3aed069334de5c1dd74b [diff] |
Empty dict if not defined
diff --git a/aptly/files/aptly-publisher.yaml b/aptly/files/aptly-publisher.yaml index f0273c3..be90d06 100644 --- a/aptly/files/aptly-publisher.yaml +++ b/aptly/files/aptly-publisher.yaml
@@ -9,6 +9,8 @@ - {{ distribution }} {%- endfor %} {%- endfor %} +{%- else %} +repo: {} {%- endif %} {%- if server.mirror is defined %} @@ -21,4 +23,6 @@ - {{ distribution }} {%- endfor %} {%- endfor %} +{%- else %} +mirror: {} {%- endif %}