Fix NameError: name 'cdist_object' is not defined, #662

This commit is contained in:
Darko Poljak 2018-05-15 12:12:01 +02:00
commit 3cf417fa2b
2 changed files with 14 additions and 16 deletions

View file

@ -6,6 +6,7 @@ next:
* New type: __docker_config (Ľubomír Kučera)
* New type: __docker_secret (Ľubomír Kučera)
* Type __letsencrypt_cert: Rewritten; WARN: breaks backward compatibility (Ľubomír Kučera)
* Core: Fix NameError: name 'cdist_object' is not defined (Darko Poljak)
4.8.4: 2018-04-20
* Documentation, type manpages: Fix spelling (Dmitry Bogatov)