Christophe Arguel

Results 5 issues of Christophe Arguel

Recipe **truststore** fails when a JRE is installed. Chef client ends with the following error: ``` ==> default: [2014-10-10T23:07:49+00:00] ERROR: file[/usr/java/default/jre/lib/security/truststore-my_root.pem] (java-management::truststore line 32) had an error: Chef::Exceptions::EnclosingDirectoryDoesNotExist: Parent directory...

Although the docker volume share daemon is started with option ```-v 3```, creating an NFS docker volume could lead to mount a NFS share with V4 version protocol. According to...

When a new version of an archive is extracted, the directory where the previous version is currently installed is not deleted first. Consequently, if some files or directories do not...

chef-provisionning-docker version : 0.10.0 Docker Engine Version : 1.12 Example: ```ruby with_machine_options( :docker_options => { :hostname => "myhostname" } ) machine "mycontainer" do role "myrole" end ``` When executing this,...

The knife vcenter driver supports following option in order to setup a DHCP address allocation: ``` --cips dhcp ``` Is it possible to manage same behavior for VMs created by...

Type: Enhancement