puppet-demo
puppet-demo copied to clipboard
gem issues
Wonderful post on https://puppet.com/blog/deploying-docker-swarm-puppet thank you so much, and this is a really useful repo... though I haven't been able to get it working...
==> swarm-101: ERROR: While executing gem ... (Gem::DependencyError)
==> swarm-101: Unable to resolve dependencies: r10k requires semantic_puppet (~> 0.1.0); puppet_forge requires semantic_puppet (~> 1.0)
I did a:
/opt/puppet/bin/gem install puppet_forge
and a:
/opt/puppet/bin/gem update
So now get:
/opt/puppet/bin/gem install r10k
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: r10k requires semantic_puppet (~> 0.1.0)
Side note: the README talks about master-01
it's swarm-master-01
I have seem some network warnings, but haven't looked at those yet.
Again - thanks - even if I can't use this repo having it for reference is amazing
@ranguard I will have a look at this tonight, the gem issue has been broken from an upstream r10k release. I will run the repo and make sure everything is working.
@ranguard I have fixed most of the issues to get this working again. Sorry, it's taken longer than expected. There is an issue with an upstream module that I will put a PR in to fix. So hopefully it will be up and running by the end of the week
Hi @scotty-c no rush on my part, and I realised it wasn't you so much as upstream, when there's a fix please close this issue and I'll have another go then. Again thank you for what you have done.
@ranguard I have all the issues fixed now and in master. So this should all work now. If you could test on your end to make sure I have not missed anything. I will leave the issue open for you until then.