[#1] Fix Jinja variable 'str object' has no attribute 'email'
Associated issue: #1 (closed).
This is caused by git.files
expecting the CloudFlare API credentials to be set in pillars. During CI runs, these values are made available via the PILLAR_LETSENCRYPT_DNS
CI variable which is the location of a file containing the credentials.
Include PILLAR_LETSENCRYPT_DNS
CI variable in .kitchen.yml
.
Fixes #1 (closed).