Michał Czeraszkiewicz
Michał Czeraszkiewicz
@moonbrv try the following - overide the `docker.service` - add `/etc/systemd/system/docker.service.d/override.conf`: ``` [Service] ExecStart= ExecStart=/usr/bin/dockerd ``` Using `ExecStart` is not an issue. It has to be "cleaned" first, before setting...
Thx @bibstha this helped me a lot!
System info: Linux mashine-name 3.0.0-19-generic #33-Ubuntu SMP Thu Apr 19 19:05:14 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Debug info: ``` debug: /Stage[main]/Boxes::Base::After::System::Update/Package[git-core]: The container Class[Boxes::Base::After::System::Update] will propagate my refresh event...
And here is the debug log: ``` info: Rvm::Define::User[vagrant]: Scheduling refresh of Exec[/usr/sbin/usermod -a -G rvm vagrant] debug: Class[Apache]: The container Stage[main] will propagate my refresh event debug: Puppet::Type::Package::ProviderApt: Executing...
Thx for the great tip @bobthecow. Used the following code and it worked like a charm: ``` require 'genghis' require File.expand_path('../app/app.rb', __FILE__) ENV['GENGHIS_SERVERS'] = "10.0.10.1:27017" run Rack::URLMap.new \ '/' =>...