• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#273 2021-11-20 15:51:16 +00:00
type __ssh_authorized_keys fails for new user.

Created by: arkaitzj

Does this actually mean there is no way to setup a new server with users and authorized_keys? Since it needs __user remote-execution to happen before the…

ungleich-gitea commented on issue ungleich-public/cdist#273 2021-11-20 15:51:15 +00:00
type __ssh_authorized_keys fails for new user.

Created by: telmich

Please give the new version in the branch execution_order a try - it should solve the problem. Beware: It's not yet merged into master to give it a try before pushing out to…

ungleich-gitea commented on issue ungleich-public/cdist#273 2021-11-20 15:51:14 +00:00
type __ssh_authorized_keys fails for new user.

Created by: telmich

Fixed in master branch.

ungleich-gitea commented on issue ungleich-public/cdist#272 2021-11-20 15:51:11 +00:00
Disallow object id "."

Created by: dheule

Fixed ...

ungleich-gitea commented on issue ungleich-public/cdist#271 2021-11-20 15:51:10 +00:00
Dependency resolution problem

Created by: telmich

Should have been fixed - try current master branch

ungleich-gitea commented on issue ungleich-public/cdist#270 2021-11-20 15:51:08 +00:00
Prefix output of types/manifest with host

Created by: tpo

Isn't this the same issue as #303 ? -> close this one (#165) as duplicate of #303?

ungleich-gitea commented on issue ungleich-public/cdist#270 2021-11-20 15:51:07 +00:00
Prefix output of types/manifest with host

closed

ungleich-gitea commented on issue ungleich-public/cdist#269 2021-11-20 15:51:05 +00:00
apt_ppa does not refresh the cache for installing packages

Created by: fidian

Opened too hastily. Sorry.

ungleich-gitea commented on issue ungleich-public/cdist#268 2021-11-20 15:51:04 +00:00
apt_ppa does not refresh package list

Created by: fidian

If I change the require line to this ...

require="__apt_update_index/singleton" \

Then it works like a charm. Isn't there a way to have the __apt_update_index…

ungleich-gitea commented on issue ungleich-public/cdist#268 2021-11-20 15:51:03 +00:00
apt_ppa does not refresh package list

Created by: telmich

I've to double check the depedency solver - this may have been something we broke by removing the old resolver!

Nico

Tyler Akins [Sun, May 26, 2013 at 06:01:11PM -0700]:

ungleich-gitea commented on issue ungleich-public/cdist#268 2021-11-20 15:51:01 +00:00
apt_ppa does not refresh package list

Created by: telmich

Should be fixed with the new way we resolve dependencies.

ungleich-gitea commented on issue ungleich-public/cdist#268 2021-11-20 15:51:00 +00:00
apt_ppa does not refresh package list

Created by: fidian

Could you help point me to the commit that solves this problem? Was it something that changed in the last 14 days on the master branch?

Tyler Akins

On Mon, Jun 10, 2013…

ungleich-gitea commented on issue ungleich-public/cdist#268 2021-11-20 15:50:59 +00:00
apt_ppa does not refresh package list

Created by: telmich

Have a look at the commits around cdist/config_install.py and cdist/resolver.py. It should have been merged a bit longer than 14 days already, though.

ungleich-gitea commented on issue ungleich-public/cdist#268 2021-11-20 15:50:57 +00:00
apt_ppa does not refresh package list

Created by: fidian

I asked because I was using the master branch when the bug was filed, so if nothing changed between then and now, then I don't know how this bug should be closed.

ungleich-gitea commented on issue ungleich-public/cdist#268 2021-11-20 15:50:56 +00:00
apt_ppa does not refresh package list

Created by: fidian

I just tested this and the issue remains. Filing a new bug since I can't reopen this one.

ungleich-gitea commented on issue ungleich-public/cdist#268 2021-11-20 15:50:55 +00:00
apt_ppa does not refresh package list

Created by: telmich

weired - you should be able to reopen it - anyway, it seems there's a misunderstanding: we fixed / changed the flow of cdist, but what you are reporting is a logical issue ->…

ungleich-gitea commented on issue ungleich-public/cdist#266 2021-11-20 15:50:53 +00:00
remote explorer chmod doesn't work

Created by: telmich

Hey James,

my thoughts on this:

- it's unclear, why the .../* approach does not work -> maybe find
  out why
  -> maybe we can keep it
- using find is fine for me, but…
ungleich-gitea commented on issue ungleich-public/cdist#266 2021-11-20 15:50:52 +00:00
remote explorer chmod doesn't work

Created by: nuex

This was happening because my shell wasn't able to handle filename globbing because it couldn't access the files (sudo). Fixed it by running commands under a sudo shell. Pull…

ungleich-gitea commented on issue ungleich-public/cdist#265 2021-11-20 15:50:51 +00:00
apt_ppa does not refresh package list (Try #2)

closed

ungleich-gitea commented on issue ungleich-public/cdist#264 2021-11-20 15:50:49 +00:00
"how to install": "./build" doesn't exist

Created by: telmich

You are right, ./build moved to ./bin/build-helper due to the migration of a lot of stuff to the Makefile. For the moment, the documentation can be adjusted to read…