• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#252 2021-11-20 15:50:20 +00:00
cdist should cleanup when interrupted

closed

ungleich-gitea commented on issue ungleich-public/cdist#251 2021-11-20 15:50:19 +00:00
All types using static default values for parameters should use the new way of defining them

Created by: telmich

Just for those like me who forget what new is: use state and pass state on to other used types

ungleich-gitea commented on issue ungleich-public/cdist#251 2021-11-20 15:50:17 +00:00
All types using static default values for parameters should use the new way of defining them

Created by: asteven

Nico Schottelius wrote on 12/18/2013 05:22 PM:

Just for those like me who forget what new is: use state and pass state on to other used types

nope, what I meant…

ungleich-gitea commented on issue ungleich-public/cdist#251 2021-11-20 15:50:16 +00:00
All types using static default values for parameters should use the new way of defining them

Created by: dheule

Hello Nico,

im on the way to fix this bug, but on __jail i have found a statement which i don't understand:

if [ -f "$__object/parameter/jaildir" ]; then jaildir="$(cat…

ungleich-gitea commented on issue ungleich-public/cdist#251 2021-11-20 15:50:15 +00:00
All types using static default values for parameters should use the new way of defining them

Created by: telmich

Yes, I think this is a bug.

Jake, what do you say? It should be

jaildir="$(cat "$__object/parameter/jaildir")"

shouldn't it?

dheule [Tue, Jan 21, 2014 at…

ungleich-gitea commented on issue ungleich-public/cdist#251 2021-11-20 15:50:13 +00:00
All types using static default values for parameters should use the new way of defining them

Created by: jdguffey

@telmich @dheule Yes, this is a bug. I'm not sure how that one slipped through. Thanks for pointing it out!

Since FreeBSD 10.0 has been released this week (and that means a…

ungleich-gitea commented on issue ungleich-public/cdist#251 2021-11-20 15:50:12 +00:00
All types using static default values for parameters should use the new way of defining them

Created by: asteven

Jake Guffey wrote on 01/21/2014 10:31 PM:

__jail just figures out which OS

+1

ungleich-gitea commented on issue ungleich-public/cdist#251 2021-11-20 15:50:11 +00:00
All types using static default values for parameters should use the new way of defining them

Created by: telmich

Hey Jake,

Jake Guffey [Tue, Jan 21, 2014 at 01:31:00PM -0800]:

@telmich @dheule Yes, this is a bug. I'm not sure how that one slipped through. Thanks for pointing it…

ungleich-gitea commented on issue ungleich-public/cdist#250 2021-11-20 15:50:08 +00:00
__user: support --state

Created by: dheule

Fixed in pull #233

ungleich-gitea commented on issue ungleich-public/cdist#249 2021-11-20 15:50:06 +00:00
Shell selection support via shebang

Created by: telmich

Shebang would definitely be possible (we could probably use a python function to figure this out), but I am not sure if this is a good idea, as most manifest/gencode-* scripts…

ungleich-gitea commented on issue ungleich-public/cdist#249 2021-11-20 15:50:05 +00:00
Shell selection support via shebang

Created by: dheule

Hello Nico,

2013/12/18 Nico Schottelius notifications@github.com

Shebang would definitely be possible (we could probably use a python function to figure this out), but I…

ungleich-gitea commented on issue ungleich-public/cdist#249 2021-11-20 15:50:04 +00:00
Shell selection support via shebang

Created by: dheule

This bug is fixed not via shebang, but via ENV variables: CDIST_LOCAL_SHELL for local scripts CDIST_REMOTE_SHELL for remote scripts

So i close this issue.

ungleich-gitea commented on issue ungleich-public/cdist#248 2021-11-20 15:50:02 +00:00
__file type should accept paths like ~username/path/to/file

Created by: asteven

never mind, to much quoting issues.

ungleich-gitea commented on issue ungleich-public/cdist#247 2021-11-20 15:50:01 +00:00
support for 'exported resources'

Created by: telmich

Moin Moin,

I think this is a great approach - I would probably call it something like "final" or "post", because the job of these scripts is not limited to exporting…

ungleich-gitea commented on issue ungleich-public/cdist#247 2021-11-20 15:49:59 +00:00
support for 'exported resources'

Created by: asteven

Thinking some more about this, the 'exports' if we want to stick with that name for the moment should be collected and stored in a global 'database', independent of…

ungleich-gitea commented on issue ungleich-public/cdist#247 2021-11-20 15:49:58 +00:00
support for 'exported resources'

closed

ungleich-gitea commented on issue ungleich-public/cdist#246 2021-11-20 15:49:57 +00:00
Add (final) newline to parameter file

Created by: asteven

fixed in https://github.com/asteven/cdist/tree/issue/240

can not convert issue to pull request due to permission issues.

ungleich-gitea commented on issue ungleich-public/cdist#246 2021-11-20 15:49:55 +00:00
Add (final) newline to parameter file

Created by: telmich

Fixed some time ago

ungleich-gitea commented on issue ungleich-public/cdist#244 2021-11-20 15:49:54 +00:00
All types that emit messages: add messages to manpage

Created by: telmich

probably missing: __directory @dheule