Remove temporary workaround for hieradata_files

Now that https://review.opendev.org/#/c/675028/ has merged,
we can remove this workaround.

Change-Id: Id110f5c44ea3d8345e847aa33403bdf91dc7bfff
This commit is contained in:
Rabi Mishra 2019-08-19 15:16:24 +05:30
parent bb7bc41730
commit 86e93413a4

View File

@ -35,4 +35,4 @@
:json:
:datadir: /etc/puppet/hieradata
:hierarchy:
{{ hieradata_files | to_nice_yaml if hieradata_files | type_debug == 'list' else hieradata_files }}
{{ hieradata_files | to_nice_yaml }}