Robin Wenglewski

Results 14 comments of Robin Wenglewski

I uninstalled chef again, running ``` fix --debug node:qu role:gitolite ``` the first time works, running it the second time gives me: ``` == Applying role 'gitolite' to qu ==...

Ok, I just installed it from master, the error still remains. Could the problem lie in qu being a ssh-config alias? This error prevents the reinstallation of the same roles/recipes...

Alright, the problem was that I specified my roles in ruby and not in json (https://github.com/tobami/littlechef/blob/master/littlechef/lib.py#L314) This works the first time I run this role on this node, but again....

Alright, for now I created a Rakefile with the following content to convert my ruby roles: ``` ruby require 'chef' ROLE_DIR = File.expand_path("../roles", __FILE__) namespace :roles do desc "Convert ruby...

+1 to singe quotes in regex. This broke my build.

can we detect that pluck is called and throw an exception? This could save some debugging time :(

Just an idea you've probably already considered: Is it possible to do the custom selects in a subselect?