Matthew Thode

Results 79 comments of Matthew Thode

It would make it easier to package this if it didn't have == for some of the deps in setup.py

I am getting the same issue, here's the output of scriptnames (shortened) ``` 12: ~/.vim/bundle/vim-chef/ftdetect/chef.vim 59: /usr/share/vim/vim74/ftplugin/ruby.vim 60: /usr/share/vim/vim74/syntax/ruby.vim 61: /usr/share/vim/vim74/indent/ruby.vim 62: ~/.vim/bundle/vim-chef/ftplugin/chef.vim ``` so it does look like it's...

The reason why being able to yank things is needed is that the resolver does an exhaustive depgraph to figure out what to pull in, if you have too many...

wasn't stating that the dep solver shouldn't be fixed

ya, sorry for the distraction on 2, it was simply the pain point that caused the need for yanking in my experience.

s/yank cookbooks/yank cookbook versions/ I do like the tag solution though.

I'm having the same issue, I try to set an override (to enable swift). and end up getting duplicate sections. One section for just the overrides and one section that's...

further update is that it seems like having the same section defined multiple times is ok, I suspect any keys redefined in later sections override the earlier sections.

I have it working with just hiera-eyaml installed on my local system (to do the encryption of vars) and via puppetserver gem install. puppet-agent does not need it as the...