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…
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…
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.
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…
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…
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…
Created by: telmich
... and btw, thanks for asking!
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…
Created by: telmich
@asteven
what do you think about replacing
139 --onchange 'service consul status >/dev/null && service consul reload
Created by: asteven
Nico Schottelius wrote on 02/28/2015 11:39 PM:
When whitelabeling debian
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
Created by: markasoftware
I'm also confused about __ssh_authorized_key vs __ssh_authorized_keys -- do we really need 2?
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…
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…
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…