• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#219 2021-11-20 15:48:30 +00:00
Capture and prefix stderr/stdout

closed

ungleich-gitea commented on issue ungleich-public/cdist#217 2021-11-20 15:48:27 +00:00
Resolve linked paths

closed

ungleich-gitea commented on issue ungleich-public/cdist#216 2021-11-20 15:48:26 +00:00
Create cdist report

closed

ungleich-gitea commented on issue ungleich-public/cdist#215 2021-11-20 15:48:24 +00:00
add session to "run directories"

closed

ungleich-gitea commented on issue ungleich-public/cdist#214 2021-11-20 15:48:23 +00:00
Create rbenv world

Created by: toupeira

IMHO the current type is sufficient, installing Rubies and Gems is usually done during deploy anyway (and needs to be if you want developers to be able to do updates…

ungleich-gitea commented on issue ungleich-public/cdist#214 2021-11-20 15:48:22 +00:00
Create rbenv world

closed

ungleich-gitea commented on issue ungleich-public/cdist#213 2021-11-20 15:48:20 +00:00
__key_value does not handle keys that contain a $ character

Created by: dheule

also the / character is not possible if --state absent. We need this since keys like some/value are quite common at sap profile files. If no fix is allready on the way, I can…

ungleich-gitea commented on issue ungleich-public/cdist#213 2021-11-20 15:48:19 +00:00
__key_value does not handle keys that contain a $ character

Created by: asteven

dheule wrote on 02/24/2014 02:12 PM:

also the / character is not possible if --state absent. We need this since keys like some/value are quite common at sap profile files.…

ungleich-gitea commented on issue ungleich-public/cdist#213 2021-11-20 15:48:17 +00:00
__key_value does not handle keys that contain a $ character

Created by: asteven

fixed by #317

ungleich-gitea commented on issue ungleich-public/cdist#212 2021-11-20 15:48:16 +00:00
Type __postgres_role does not modify role permissions, if changed

Created by: telmich

postgres-# \du List of roles Role name

ungleich-gitea commented on issue ungleich-public/cdist#212 2021-11-20 15:48:15 +00:00
Type __postgres_role does not modify role permissions, if changed

Created by: telmich

22:58 < telmich> thus I was wondering, if there is a variant of \du available, that is easily machine parsable 22:58 < johto> telmich; select * from…

ungleich-gitea commented on issue ungleich-public/cdist#212 2021-11-20 15:48:13 +00:00
Type __postgres_role does not modify role permissions, if changed

Created by: telmich

Maybe introduce two new parameters to set / unset attributes?

--no-attribute <...> --attribute <...>

and deprecate the current options?

@asteven, what do you think about…

ungleich-gitea commented on issue ungleich-public/cdist#212 2021-11-20 15:48:12 +00:00
Type __postgres_role does not modify role permissions, if changed

Created by: markasoftware

Although it isn't too hard to check that attributes are right, there is no easy way to check if the password is correct. Perhaps it should unconditionally ALTER ROLE

ungleich-gitea commented on issue ungleich-public/cdist#211 2021-11-20 15:48:09 +00:00
Leaking file descriptors

Created by: telmich

Closed long time ago :-)

ungleich-gitea commented on issue ungleich-public/cdist#210 2021-11-20 15:48:08 +00:00
__zypper_repo & __zypper_service: change parameter to uri

Created by: dheule

now fixed with the merge of pr #328 , so I close this issue ...

ungleich-gitea commented on issue ungleich-public/cdist#209 2021-11-20 15:48:06 +00:00
Remove "BETA FEATURE" flags

Created by: telmich

Ok - just send a Pull request, should be able to get this into 3.1.5

ungleich-gitea commented on issue ungleich-public/cdist#209 2021-11-20 15:48:05 +00:00
Remove "BETA FEATURE" flags

closed

ungleich-gitea commented on issue ungleich-public/cdist#208 2021-11-20 15:48:03 +00:00
parameter are ending in \n

Created by: asteven

was fixed by #312