-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Trouble writing lua in puppet dsl #1
Comments
Hi, I'm glad that you like it. Supporting config
shouldn't be hard. Have a look at |
I suppose you can close this issue when you're releasing the next version. There was something nasty: We have this thing running on an old debian wheezy server (yeah, that is oldoldoldstable, predates stretch and jessie), and Concat gives a weird error when I use it with a 'source' argument: ticket in puppetlabs. I'm new to the concat module, so I'm curious: Is there somewhere documentation on what that module solves? I'm having a hard time understanding its need. |
Concat "simply" joins file fragments into a single (text) file. Have a look on their github repo. |
Hi,
Thanks for writing this module! appreciated.
I don't know if this is the right place to address this, but the current "config" key for a hindsight plugin takes a ruby / puppet style configuration, and I'd like to express the native lua programs in native lua (using a "source" key or "content" + template()), as I'm now fighting the puppet DSL parser to get the following lua on the destination side, preferably with LUA style comments:
Especially the verify and options arguments in the ssl_params are not supported by the current version.
I haven't looked at if the current architecture can support such a change, but would you accept such a change to the plugin?
thanks
The text was updated successfully, but these errors were encountered: