Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npwalker/tcwrapper
An example of iteration in a template
https://github.com/npwalker/tcwrapper
Last synced: about 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T00:14:46.000Z (over 9 years ago)
- Last Synced: 2024-05-08T22:03:47.079Z (8 months 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'
```