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…
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…
Created by: darko-poljak
Written better -v option description in PR https://github.com/ungleich/cdist/pull/515.
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…
Created by: darko-poljak
This will be handled in https://github.com/ungleich/cdist/issues/540, so I am closing this one.
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)
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…
Created by: telmich
Btw, thanks for opening the issue here - it's a good place to discuss!
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…
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…
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…
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…
Created by: iredmail
How about use existing irc.freenode.net #cstar channel? My id is "zhb".
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…
Created by: 4nd3r
isn't there a way to bridge irc and rocket.chat?
matrix has rocket.chat bridges, for example.
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.
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…