• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#157 2021-11-20 15:44:47 +00:00
Ideas for a nicer way to support different os's/implementation in types

mentioned in issue #782

ungleich-gitea commented on issue ungleich-public/cdist#156 2021-11-20 15:44:46 +00:00
-v doesn't have any effect

Created by: darko-poljak

@4nd3r -v was changed to be option that increases a verbosity level by one with each instance. So, without any -v verbosity (logging) level is set to ERROR. One -v equals…

ungleich-gitea commented on issue ungleich-public/cdist#156 2021-11-20 15:44:44 +00:00
-v doesn't have any effect

Created by: darko-poljak

@4nd3r Take a look at https://github.com/ungleich/cdist/pull/515. I think we will also extend -v option with additional optional argument that will directly set desired…

ungleich-gitea commented on issue ungleich-public/cdist#156 2021-11-20 15:44:43 +00:00
-v doesn't have any effect

Created by: darko-poljak

Written better -v option description in PR https://github.com/ungleich/cdist/pull/515.

ungleich-gitea commented on issue ungleich-public/cdist#155 2021-11-20 15:44:42 +00:00
non-portable shell code in type manifests/gencodes

Created by: darko-poljak

Here is some POSIX related output form shellcheck

In ./__package_pkgng_freebsd/gencode-remote line 55:
   local _cmd=""
   ^-- SC2039: In POSIX sh, 'local' is…
ungleich-gitea commented on issue ungleich-public/cdist#155 2021-11-20 15:44:40 +00:00
non-portable shell code in type manifests/gencodes

Created by: darko-poljak

This will be handled in https://github.com/ungleich/cdist/issues/540, so I am closing this one.

ungleich-gitea commented on issue ungleich-public/cdist#154 2021-11-20 15:44:39 +00:00
can't mv file

Created by: 4nd3r

and it took me 5 seconds to understand what I'm doing wrong, sigh

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:37 +00:00
Feature requests and questions

Created by: telmich

non standard port: use ~/.ssh/config - it's not cdist's role to care about that (or in other words: ssh can do it much better)

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:36 +00:00
Feature requests and questions

Created by: iredmail

I disagree.

I would prefer to do it with just cdist. For example, we can use <server>:<port> as target host. i don't want to touch other config files, better not add an…

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:34 +00:00
Feature requests and questions

Created by: telmich

Btw, thanks for opening the issue here - it's a good place to discuss!

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:33 +00:00
Feature requests and questions

Created by: iredmail

We need to support more ssh options in a HOSTFILE, these options are so common and we need them for daily work. for example:

  • target host server name/address. This is ok…
ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:32 +00:00
Feature requests and questions

Created by: 4nd3r

doc: How about encourage user to install cdisk with easy_install, pip from pypi? git version may be not so stable. And yum/apt packages in linux distributions may be out of…

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:31 +00:00
Feature requests and questions

Created by: iredmail

using cdist straight from git checkout is easy, but I agree that maybe it needs some clarification. but if you are already picking cdist and shell scripting, you should be…

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:29 +00:00
Feature requests and questions

Created by: telmich

@iredmail can I invite you to https://chat.ungleich.ch on channel #cdist for further discussion? Specifically we are debating about the macos problem that you have shown (and…

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:28 +00:00
Feature requests and questions

Created by: iredmail

How about use existing irc.freenode.net #cstar channel? My id is "zhb".

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:26 +00:00
Feature requests and questions

Created by: telmich

@iredmail the reason why we moved away from IRC is exactly what happens in IRC: when you are away, we cannot continue the discussion / you don't see the messages that I wrote…

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:25 +00:00
Feature requests and questions

Created by: 4nd3r

isn't there a way to bridge irc and rocket.chat?

matrix has rocket.chat bridges, for example.

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:24 +00:00
Feature requests and questions

Created by: darko-poljak

@iredmail cdist man page and man page part of html docs in options list mentions that -d is deprecated and that -vvv should be used instead.

ungleich-gitea commented on issue ungleich-public/cdist#153 2021-11-20 15:44:22 +00:00
Feature requests and questions

Created by: Unterstrichmoepunterstrich

Hello,

I have another feature request:

it would be great, when cdist would be able to parse the /etc/hosts. E.g. you changed a dns entry and now you…