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…
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…
Created by: telmich
Should have been fixed - try current master branch
Created by: tpo
Isn't this the same issue as #303 ? -> close this one (#165) as duplicate of #303?
Created by: fidian
Opened too hastily. Sorry.
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…
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]:
…
Created by: telmich
Should be fixed with the new way we resolve dependencies.
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…
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.
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.
Created by: fidian
I just tested this and the issue remains. Filing a new bug since I can't reopen this one.
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 ->…
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…
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…
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…