• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#236 2021-11-20 15:49:25 +00:00
preos: add missing tools

Created by: asteven

WARNING insead of ERROR because I considered them optional. -> if you care bout removing lvm/raid from disk, add it to your preos, if not, your choice

ungleich-gitea commented on issue ungleich-public/cdist#236 2021-11-20 15:49:24 +00:00
preos: add missing tools

Created by: telmich

It probably makes sense to clean them by default - I added the tools to the preos branch, if you want to skip them, you can still use your own manifest.

ungleich-gitea commented on issue ungleich-public/cdist#235 2021-11-20 15:49:23 +00:00
Type __install_partition_msdos*: allow --size + for any partition

Created by: asteven

hmmm, what did you expect + to do? I'd say thats excatly what it is supposed to do: use rest of disk

ungleich-gitea commented on issue ungleich-public/cdist#235 2021-11-20 15:49:21 +00:00
Type __install_partition_msdos*: allow --size + for any partition

Created by: telmich

If you use /dev/sda1 --size + and /dev/sda2 --size 2G, there is no space left for sda2 :-)

ungleich-gitea commented on issue ungleich-public/cdist#235 2021-11-20 15:49:20 +00:00
Type __install_partition_msdos*: allow --size + for any partition

Created by: asteven

yes, just as it's supposed to be. no bug or problem here. That's not how it's currenlty implemented. Partitions are created in order.

I would consider the current…

ungleich-gitea commented on issue ungleich-public/cdist#234 2021-11-20 15:49:17 +00:00
Please remove .gencode-remote.swp from release package

Created by: telmich

Argh, yet another exclude issue - thanks for the pointer!

ungleich-gitea commented on issue ungleich-public/cdist#234 2021-11-20 15:49:16 +00:00
Please remove .gencode-remote.swp from release package

Created by: dheule

Hello nico, in 3.0.6 pip package ther is an cdist/conf/type/__git/.gencode-remote.swp file, which is not in the git master branch ...

please delete it from your copy where you…

ungleich-gitea commented on issue ungleich-public/cdist#234 2021-11-20 15:49:14 +00:00
Please remove .gencode-remote.swp from release package

Created by: telmich

narf, once again... I really have to adopt the filter in setup.py...

ungleich-gitea commented on issue ungleich-public/cdist#233 2021-11-20 15:49:13 +00:00
preos: ensure hostname -f works

closed

ungleich-gitea commented on issue ungleich-public/cdist#232 2021-11-20 15:49:11 +00:00
allow overrides of objects

Created by: telmich

Hey Daniel,

hehe, seen this many times already, maybe the workaround should be better (at all?) documented:

I usually make the password hash a parameter to my default…

ungleich-gitea commented on issue ungleich-public/cdist#232 2021-11-20 15:49:10 +00:00
allow overrides of objects

Created by: asteven

You have no control over the order in which the objects are created. If you introduce a setting like CDIST_ALLOW_OVERWRITE or whatever, what does this mean? Who is allowed to…

ungleich-gitea commented on issue ungleich-public/cdist#232 2021-11-20 15:49:09 +00:00
allow overrides of objects

Created by: dheule

Hello,

i don't have a __my_magic_doit_all_type_which_uses_a_nested_armada_of_types ;-)... all my types do only 1 thing.

and i have exactly the same usecase as you, 99% of all…

ungleich-gitea commented on issue ungleich-public/cdist#232 2021-11-20 15:49:07 +00:00
allow overrides of objects

Created by: asteven

dheule wrote on 01/26/2014 08:31 PM:

Hello,

Hi Daniel

i don't have a __my_magic_doit_all_type_which_uses_a_nested_armada_of_types ;-)... all my types do only 1…

ungleich-gitea commented on issue ungleich-public/cdist#232 2021-11-20 15:49:06 +00:00
allow overrides of objects

Created by: dheule

Hello Steven,

Sorry for my takeout ,,,

I like to work with you and nico, since its a cool tool cdist and a good spirit in the project.

I have done some testing and have made…

ungleich-gitea commented on issue ungleich-public/cdist#232 2021-11-20 15:49:05 +00:00
allow overrides of objects

Created by: dheule

This issue is fixed, so I close it.

Thx to Nico and Steven for the teamwork ;-)

ungleich-gitea commented on issue ungleich-public/cdist#231 2021-11-20 15:49:03 +00:00
Ugly backtrace when working with non UTF-8 files

Created by: telmich

Problem was a ssh pubkey with non-utf8 characters inside. I guess we should throw a cdist error mentioning we could not decode the input