• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#185 2021-11-20 15:46:41 +00:00
Only apply certain types?

Created by: telmich

I think we will introduce a command line switch for selecting a type that wraps around the initial manifest:

cdist config --to-be-defined "__my_type --with-my-args"

The…

ungleich-gitea commented on issue ungleich-public/cdist#185 2021-11-20 15:46:40 +00:00
Only apply certain types?

closed

ungleich-gitea commented on issue ungleich-public/cdist#184 2021-11-20 15:46:38 +00:00
__consul fails with zip error message

Created by: asteven

I totally forgot about that. I don't even use this type anymore. I use this instead in a custom type instead.

__staged_file /usr/local/bin/consul \
   --source…
ungleich-gitea commented on issue ungleich-public/cdist#184 2021-11-20 15:46:37 +00:00
__consul fails with zip error message

Created by: asteven

The question is how can we make a __consul type that works for other people without beeing doomed to maintain it (or the consul version it uses) for the rest of time.

ungleich-gitea commented on issue ungleich-public/cdist#184 2021-11-20 15:46:35 +00:00
__consul fails with zip error message

Created by: asteven

Maybe something like this could work:

  • maintain version to cksum mapping of the versions we use ourself
  • default to the latest version
  • allow user to pass in optional url…
ungleich-gitea commented on issue ungleich-public/cdist#184 2021-11-20 15:46:34 +00:00
__consul fails with zip error message

Created by: asteven

fixed by 44d5749

ungleich-gitea commented on issue ungleich-public/cdist#182 2021-11-20 15:46:32 +00:00
Create script that collects all binaries and their libraries and their libraries

Created by: jdguffey

What is the particular use case for this?

Sorry -- I just saw this come through, but don't really know what prompted it or what the larger goal is. What are you wanting to…

ungleich-gitea commented on issue ungleich-public/cdist#182 2021-11-20 15:46:31 +00:00
Create script that collects all binaries and their libraries and their libraries

Created by: telmich

This is part of the PreOS rewrite - instead of using debootstrap to create an operating system to allow cdist to INSTALL machines, we use the binaries found on the host system…

ungleich-gitea commented on issue ungleich-public/cdist#182 2021-11-20 15:46:30 +00:00
Create script that collects all binaries and their libraries and their libraries

Created by: telmich

... and btw, thanks for asking!

ungleich-gitea commented on issue ungleich-public/cdist#181 2021-11-20 15:46:27 +00:00
__consul_agent seem to have missing requirement

Created by: telmich

Looks like being related do

135 require="__directory${conf_dir}" \
136    __config_file "${conf_dir}/${conf_file}" \
137       --owner root --group "$group" --mode 640…
ungleich-gitea commented on issue ungleich-public/cdist#181 2021-11-20 15:46:26 +00:00
__consul_agent seem to have missing requirement

Created by: telmich

@asteven

what do you think about replacing

 139       --onchange 'service consul status >/dev/null && service consul reload 
ungleich-gitea commented on issue ungleich-public/cdist#181 2021-11-20 15:46:24 +00:00
__consul_agent seem to have missing requirement

Created by: asteven

Nico Schottelius wrote on 02/28/2015 11:39 PM:

When whitelabeling debian

ungleich-gitea commented on issue ungleich-public/cdist#179 2021-11-20 15:46:20 +00:00
option cannot be used multiple times in __ssh_authorized_keys

Created by: telmich

Hey Matthias,

busy @Seoul at the moment - will dig into this next weeks or @asteven might do if he has some time in between - in any case: PR welcome!

Cheers,

Nico

ungleich-gitea commented on issue ungleich-public/cdist#179 2021-11-20 15:46:19 +00:00
option cannot be used multiple times in __ssh_authorized_keys

Created by: markasoftware

I'm also confused about __ssh_authorized_key vs __ssh_authorized_keys -- do we really need 2?

ungleich-gitea commented on issue ungleich-public/cdist#179 2021-11-20 15:46:17 +00:00
option cannot be used multiple times in __ssh_authorized_keys

Created by: asteven

Mark Polyakov wrote on 4/7/19 7:54 AM:

I'm also confused about __ssh_authorized_key vs __ssh_authorized_keys -- do we really need 2?

Yes we do. __ssh_authorized_keys uses…

ungleich-gitea commented on issue ungleich-public/cdist#179 2021-11-20 15:46:16 +00:00
option cannot be used multiple times in __ssh_authorized_keys

Created by: asteven

The manpage says:

option:: an option to set for all created authorized_key entries. Can be specified multiple times.

but it doens't work. The code only…

ungleich-gitea commented on issue ungleich-public/cdist#179 2021-11-20 15:46:15 +00:00
option cannot be used multiple times in __ssh_authorized_keys

Created by: asteven

The code does handle multiple options. What is the problem you are having?

Err, sorry. You are right. __ssh_authorized_key does handle multiple…