https://github.com/npwalker/tcwrapper
An example of iteration in a template
https://github.com/npwalker/tcwrapper
Last synced: 2 months ago
JSON representation
An example of iteration in a template
- Host: GitHub
- URL: https://github.com/npwalker/tcwrapper
- Owner: npwalker
- Created: 2015-08-25T00:11:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T00:14:46.000Z (almost 11 years ago)
- Last Synced: 2025-01-18T00:08:36.131Z (over 1 year ago)
- Language: Puppet
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example of adding additional args via hiera
```
---
tcwrapper::additional_java_args:
- '-testarg=blah'
- '-testarg2=foobar'
```