diff options
Diffstat (limited to '3 Resources/Puppet/ERB template.md')
-rw-r--r-- | 3 Resources/Puppet/ERB template.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3 Resources/Puppet/ERB template.md b/3 Resources/Puppet/ERB template.md new file mode 100644 index 0000000..08b47f4 --- /dev/null +++ b/3 Resources/Puppet/ERB template.md @@ -0,0 +1,11 @@ +--- +tags: + - erb + - ruby + - template + - "#puppet" +--- +`<%-` trims indentation +`-%>` trims line-breaks + +In case of if-else
\ No newline at end of file |