• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#296 2021-11-20 15:52:21 +00:00
__rvm_gem: make parameter state optional

closed

ungleich-gitea commented on issue ungleich-public/cdist#295 2021-11-20 15:52:19 +00:00
__rvm_ruby: Make parameter default a boolean parameter

Created by: telmich

Fixed in branch master.

ungleich-gitea commented on issue ungleich-public/cdist#294 2021-11-20 15:52:18 +00:00
Ensure copied explorers are executable

Created by: telmich

The actual problem:

INFO: localhost: Running global explorers /var/lib/cdist/conf/explorer/lsb_codename: line 23: /var/lib/cdist/conf/explorer/os: Permission…

ungleich-gitea commented on issue ungleich-public/cdist#293 2021-11-20 15:52:16 +00:00
Update cdist-quickstart

Created by: telmich

Not needed anymore

ungleich-gitea commented on issue ungleich-public/cdist#292 2021-11-20 15:52:15 +00:00
Export hostname via __target_host_name

Created by: telmich

Good comment from sar:

16:13 < sar> telmich: echo "${__target_host%%.*}", problem solved

ungleich-gitea commented on issue ungleich-public/cdist#292 2021-11-20 15:52:14 +00:00
Export hostname via __target_host_name

Created by: jdguffey

What if a user provides an IP address rather than a hostname?

On Nov 14, 2012, at 10:22 AM, Nico Schottelius notifications@github.com wrote:

Good comment from sar:

ungleich-gitea commented on issue ungleich-public/cdist#292 2021-11-20 15:52:12 +00:00
Export hostname via __target_host_name

Created by: telmich

good point. maybe we need to check if it is an IPv4 address and if so, keep it as it is

ungleich-gitea commented on issue ungleich-public/cdist#292 2021-11-20 15:52:11 +00:00
Export hostname via __target_host_name

Created by: telmich

I think we do not need to fix this anymore - shell can handle this easily.

ungleich-gitea commented on issue ungleich-public/cdist#291 2021-11-20 15:52:09 +00:00
__user groups parameter

Created by: telmich

Well, it looks like you spotted something we have documented, but not implemented so far :-)

We are currently discussing whether to implement it in __user or to create a new…

ungleich-gitea commented on issue ungleich-public/cdist#291 2021-11-20 15:52:08 +00:00
__user groups parameter

Created by: jpease

However implemented, I like the idea of being able to re-run cdist to adjust group membership after initial user creation.

ungleich-gitea commented on issue ungleich-public/cdist#291 2021-11-20 15:52:07 +00:00
__user groups parameter

Created by: telmich

Hello,

the __user_groups type has been included in the master tree - do you want to give it a try and some feedback?

ungleich-gitea commented on issue ungleich-public/cdist#291 2021-11-20 15:52:05 +00:00
__user groups parameter

Created by: jpease

Sorry about the slow response time. Looks good. Thank you.

ungleich-gitea commented on issue ungleich-public/cdist#289 2021-11-20 15:52:04 +00:00
__apt_ppa: --state change to present/absent

Created by: telmich

10:42 < sar> telmich: re ./cdist/issues/127: don't code this, I've allready done it -> review this afternoon

ungleich-gitea commented on issue ungleich-public/cdist#289 2021-11-20 15:52:02 +00:00
__apt_ppa: --state change to present/absent

Created by: telmich

Already merged.

ungleich-gitea commented on issue ungleich-public/cdist#287 2021-11-20 15:52:01 +00:00
__motd: allow reading file from stdin

closed

ungleich-gitea commented on issue ungleich-public/cdist#282 2021-11-20 15:51:58 +00:00
Type explorer: Don't error output if pre-requisites are missing

Created by: telmich

I think we fixed this with the reordered execution some time ago.

ungleich-gitea commented on issue ungleich-public/cdist#281 2021-11-20 15:51:56 +00:00
update error printing

Created by: telmich

I think this is outdated

ungleich-gitea commented on issue ungleich-public/cdist#280 2021-11-20 15:51:55 +00:00
Adjust documentation that refers to conf/

Created by: telmich

Also hint the user on the possiblity to store its own stuff in ~/.cdist

ungleich-gitea commented on issue ungleich-public/cdist#279 2021-11-20 15:51:53 +00:00
Fix python 3.3.0 argument parser issue

Created by: telmich

Bug still exists in python, added a workaround in cdist.