-
I have a custom LWRP that I'd like to test. The LWRP is about managing Xcode installs.
The biggest thing I want to make sure I get right is that it uses validators to avoid attempting to install a …
-
In https://github.com/chef/chef/pull/4782 the `apt_repository` resource has been ported to core chef, released in 12.9.37.
When using the `apt` cookbook, ([which provides matchers](https://github.com…
-
Hi All,
I am new to CHEF. I just tried using the examples in CHEF Provisioning library.
Steps I followed:
Step 1: Cloned the Git code (https://github.com/chef/chef-provisioning.git)
Step 2: gem insta…
ghost updated
5 years ago
-
I'm getting this content length mismatch error at random intervals regardless of the provider used. It seems to happen when syncing the cookbooks to the target machine using the machine resource.
St…
-
According to the README, I created the config Mash as follows
```
{"global"=>
{"maxconn"=>4096,
"user"=>"haproxy",
"group"=>"haproxy",
"daemon"=>true,
"quiet"=>true,},
"defaults"=>
{…
-
7zip fails when trying to extract any type of archive with following error:
```
NoMethodError
No resource or method named `cached_file' for `LWRP provider seven_zip_archive from cookbook seven_zip …
-
What Chef installs w/ this cookbook:
```
[varnish]
name=Varnish 3.0.7 repo (6.6 - $basearch)
baseurl=http://repo.varnish-cache.org/redhat/varnish-3.0.7/el6/
enabled=1
gpgcheck=0
gpgkey=http://repo.va…
-
@luishdez You seem to be driving the train at the moment in regards to the open PRs. I haven't had a ton of time lately so the effort is appreciated.
I am starting to free up a little and can len…
zarry updated
6 years ago
-
Hi,
I am using this cookbook with the manual recipe to create an HAcluster instance, but I'm running into an issue which presumably is a limitation with the community cookbook.
To support an r…
-
- What should go in a mysql_config's erb and what shouldn't
- The default socket thing
- :create vs :start in containers
- More here?