Allow config.vars.x
syntax in deploy.d/config.yml
#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the config.yml, you write
vars.myvar
and in templates/foo.conf you have to writeconfig.vars.myvar
which is confusing. That's just related to the way that I make the vars available internally in the plugin and can be changed. It should be only one way. I likeconfig.vars
.