We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is quite interesting, with PS 7.3.1 on Linux with EPS 1.0.0.
I found another way to get the templating done, but maybe it'll help someone save time: this doesn't seem to work right.
Import-Module EPS $t1 = @" 192.168.1.<%= $last %>/24 s<%= $last %> "@ $last = 127 Invoke-EpsTemplate -Template $t1
Expected:
192.168.1.127/24 s127
Obtained:
192.168.1./24 s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is quite interesting, with PS 7.3.1 on Linux with EPS 1.0.0.
I found another way to get the templating done, but maybe it'll help someone save time: this doesn't seem to work right.
Expected:
Obtained:
The text was updated successfully, but these errors were encountered: