ungleich-gitea
  • Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#311 2021-11-20 15:52:49 +00:00
Order of execution

Created by: telmich

Fixed in the master branch

ungleich-gitea commented on issue ungleich-public/cdist#310 2021-11-20 15:52:47 +00:00
Ensure all __package (sub-)types accept "state" parameter optional

Created by: telmich

Fixed in commit 47424bf

ungleich-gitea commented on issue ungleich-public/cdist#309 2021-11-20 15:52:46 +00:00
Add dry run option

Created by: telmich

Implementation: Execute everything, but skip the code execution phase. Maybe a simple

if not dry_run: self.code.run_code_remote() ... (and local)

ungleich-gitea commented on issue ungleich-public/cdist#309 2021-11-20 15:52:45 +00:00
Add dry run option

Created by: telmich

Began code change in resolver branch in config_install.py

ungleich-gitea commented on issue ungleich-public/cdist#309 2021-11-20 15:52:43 +00:00
Add dry run option

Created by: dheule

I think this issue is implemented via

-n, --dry-run Do not execute code

is this correct ? can we close this issue ?

ungleich-gitea commented on issue ungleich-public/cdist#309 2021-11-20 15:52:42 +00:00
Add dry run option

Created by: telmich

I think it's only the command line option that has been implemented - at least I remember there are no unit tests for it (=it does not exist ;-) and I am pretty sure I have…

ungleich-gitea commented on issue ungleich-public/cdist#309 2021-11-20 15:52:41 +00:00
Add dry run option

Created by: dheule

I have tested it (manual), seems to work.

Ok, i will try my best for unittests next week ...

Daniel

2014-02-09 18:57 GMT+01:00 Nico Schottelius notifications@github.com:

I…

ungleich-gitea commented on issue ungleich-public/cdist#309 2021-11-20 15:52:39 +00:00
Add dry run option

Created by: dheule

I think now it's ok to close this bug ...

ungleich-gitea commented on issue ungleich-public/cdist#306 2021-11-20 15:52:38 +00:00
rvm explorer requires gemset to be present

Created by: telmich

Fixed by commit 13d6644

ungleich-gitea commented on issue ungleich-public/cdist#305 2021-11-20 15:52:36 +00:00
rvm gemset explorer returns false positives

Created by: mpapis

https://github.com/wayneeseguin/rvm/issues/1285 provides fix for machine readable list of gemsets: rvm gemsets list strings

ungleich-gitea commented on issue ungleich-public/cdist#305 2021-11-20 15:52:35 +00:00
rvm gemset explorer returns false positives

Created by: telmich

New output:

nicotest@rails-19:~$ rvm gemset list strings default #current *

nicotest@rails-19:~$ rvm gemset list strings

ungleich-gitea commented on issue ungleich-public/cdist#303 2021-11-20 15:52:32 +00:00
Ensure all unittests are working again (2.1 cleanup)

Created by: telmich

Fixed in 2.1.0pre7

ungleich-gitea commented on issue ungleich-public/cdist#302 2021-11-20 15:52:31 +00:00
Write how to migrate from 2.0 to 2.1

Created by: telmich

Done

ungleich-gitea commented on issue ungleich-public/cdist#300 2021-11-20 15:52:29 +00:00
Type __link: Do not change parameters

Created by: telmich

Closed in commit 7814ece.

ungleich-gitea commented on issue ungleich-public/cdist#297 2021-11-20 15:52:25 +00:00
__postgres_database: Make parameter "state" optional

Created by: telmich

Same for __postgres_role

ungleich-gitea commented on issue ungleich-public/cdist#297 2021-11-20 15:52:23 +00:00
__postgres_database: Make parameter "state" optional

Created by: nuex

I think this one can be closed now.

ungleich-gitea commented on issue ungleich-public/cdist#297 2021-11-20 15:52:22 +00:00
__postgres_database: Make parameter "state" optional

Created by: telmich

you're right!