Fix __letsencrypt_cert type: use object id as domain if domain param is not specified

This commit is contained in:
Darko Poljak 2018-05-27 15:32:44 +02:00
commit efebe15386
5 changed files with 28 additions and 9 deletions

View file

@ -5,6 +5,7 @@ next:
* New type: __install_coreos (Ľubomír Kučera)
* Type __consul_agent: Add LSB init header (Nico Schottelius)
* Type __package_yum: Fix explorer when name contains package name with exact version specified (Aleksandr Dinu)
* Type __letsencrypt_cert: Use object id as domain if domain param is not specified (Darko Poljak)
4.9.0: 2018-05-17
* Type __docker_stack: Use --with-registry-auth option (Ľubomír Kučera)