You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This idea stemmed a few weeks ago while I was writing some Packer provisioners using good old shell scripts: I created a few of base images for a bunch of services like mariadb, rabbitmq, strongswan and postgresql.
As you can imagine, I had to manipulate some config files and inject values into them: nothing incredibly fancy, but a bit of nuisance nonetheless: while it's true that bash offers multiline strings and variable interpolations, I imagined building the same thing using Abs and I thought that having the ability to manipulate template files could have improved the structure and readability of my scripts, so that something like this
from @omissis
The text was updated successfully, but these errors were encountered: