Beaker people hang out in #puppet-dev on freenode irc - there are more
docker experts there (an area that I can't be very helpful in).
We have also recently created a 'puppet beaker' group:
https://groups.google.com/forum/#!forum/puppet-beaker
alice.
--
You received this message because you
There's an issue filed for our vagrant centos6 boxes not working with
beaker:
https://github.com/puppetlabs/beaker/issues/702
It looks like the same state that you are hitting. Could you attempt on
centos5 or another platform?
alice.
--
You received this message because you are subscribed t
With the coming EOL of ruby 1.8 support we are upgrading our RSpec support
to latest. This means that we will also be adopting latest RSpec method
names.
The main changes will be in the removal of 'should' and 'stub' statements,
which will now be 'expect' and 'allow'.
For a rundown see:
http
The merge of beaker PR 536 (https://github.com/puppetlabs/beaker/pull/536)
will end beaker's support of Ruby 1.8. The change will be effective with
the planned release of beaker 2.0 in the next two weeks.
For most beaker users this will have no effect on their daily workflow.
For those who ha