Support within() block
Closed this issue · 1 comments
moose-byte commented
It would be awesome to use the current working directory set in within()
blocks. Right now it only uses the absolute path.
This is the syntax I am thinking of
within host.properties.tomcat[:home] do
template 'setenv.sh', './bin/setenv.sh', 0755
end
Currently that would put my file in ~/bin/setenv.sh
slowjack2k commented
I did at support for within
block to the master branch. Please reopen this issue when anything goes wrong.