Ryota Arai

Results 34 issues of Ryota Arai

It should be wrapped with `Hashie::Mash`

``` ruby service "mysql" do action [:stop, :disable] end ``` ``` DEBUG : service[mysql] DEBUG : service[mysql] action: stop DEBUG : (in show_differences) INFO : service[mysql] running will change from...

like https://docs.chef.io/resource_file.html#attributes

feature

Using Docker backend, recipes and base image are inseparable in most cases. ``` ruby from_image "ubuntu:14.04" execute "some command" ```

docker backend

To reduce time to build Docker image, cache images after each recipe provisioned.

docker backend

Now, Specinfra supports multiple backends: https://github.com/serverspec/specinfra/pull/351