• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#200 2021-11-20 15:47:34 +00:00
Bug in __block type: cannot have to blocks with similar prefix

Created by: telmich

have it uncommitted lying around - will push in the next hours

ungleich-gitea commented on issue ungleich-public/cdist#199 2021-11-20 15:47:33 +00:00
__line of __ssh_authorized_keys grep seems to be incorrect

Created by: telmich

This is the problem I am referring to:

[14:54] artist:% cat test abc [14:54] artist:% grep abc test abc [14:55] artist:% grep -F -x 'abc._' test [14:55] artist:% grep -F…

ungleich-gitea commented on issue ungleich-public/cdist#199 2021-11-20 15:47:32 +00:00
__line of __ssh_authorized_keys grep seems to be incorrect

Created by: telmich

-F is obviously the problem :-)

ungleich-gitea commented on issue ungleich-public/cdist#199 2021-11-20 15:47:30 +00:00
__line of __ssh_authorized_keys grep seems to be incorrect

Created by: telmich

all okay, I have misread the if block - -F -x are there if it is NOT a regexp

ungleich-gitea commented on issue ungleich-public/cdist#198 2021-11-20 15:47:29 +00:00
__package_apt explorer doesn't detect state correctly

Created by: telmich

ARGH - will dig into this

ungleich-gitea commented on issue ungleich-public/cdist#198 2021-11-20 15:47:28 +00:00
__package_apt explorer doesn't detect state correctly

Created by: toupeira

Possible duplicate of https://github.com/telmich/cdist/issues/353

I'm not sure why the current explorer uses apt-cache showpkg to check for Reverse Provides, shouldn't…

ungleich-gitea commented on issue ungleich-public/cdist#197 2021-11-20 15:47:25 +00:00
__package_apt seems to interpret "Recommends:" as "Depends:"

Created by: tpo

Oops, it seems I can't attach random files to issues. So here we go in cleartext:

$…
ungleich-gitea commented on issue ungleich-public/cdist#196 2021-11-20 15:47:22 +00:00
Get cdist into Debian

Created by: xtaran

There's a new effort at https://bugs.debian.org/785334 -- I've merged the two reports.

ungleich-gitea commented on issue ungleich-public/cdist#196 2021-11-20 15:47:21 +00:00
Get cdist into Debian

Created by: telmich

thanks a lot, @xtaran

ungleich-gitea commented on issue ungleich-public/cdist#196 2021-11-20 15:47:20 +00:00
Get cdist into Debian

Created by: telmich

It's in! https://packages.debian.org/sid/admin/cdist

ungleich-gitea commented on issue ungleich-public/cdist#195 2021-11-20 15:47:18 +00:00
if user exists __user won't create his home dir

Created by: telmich

Hmm, yes, this is a nasty bug. So far we rely on useradd to do the heavy lifting, but it is only called if the user does not exist.

So I guess we should use __directory to…

ungleich-gitea commented on issue ungleich-public/cdist#194 2021-11-20 15:47:15 +00:00
Easily allow ssh keys to be changed in preos and stage enviroments

Created by: asteven

Nico Schottelius wrote on 09/04/2014 11:40 AM:

Hey @asteven - I am opening this issue to give Dave access to one infrastructure. The suggested idea to pass in ssh keys via…

ungleich-gitea commented on issue ungleich-public/cdist#194 2021-11-20 15:47:14 +00:00
Easily allow ssh keys to be changed in preos and stage enviroments

Created by: telmich

Hey @asteven,

for me it is more about creating a generic preos and having an easy way to just add a couple of ssh keys to it.

Regarding size, I am very open for using a…