-
We're currently facing an issue where we update the value of `net.core.somaxconn` and then try to run an application (3rd party) that checks that value is greater than 1024.
Because the values aren't…
-
Greetings.
What is the significance/purpose of https://github.com/svanzoest-cookbooks/sysctl/blob/master/libraries/matchers.rb#L6 ? I have looked at several other cookbook community cookbook matcher…
-
The 1.3.0 gem contains files that are not world-readable. This is likely to be a problem for users that use sudo to install gems.
Rubygems 2.0+ is nice and will warn you if you try to build a gem wit…
acrmp updated
6 years ago
-
I just wrote a wrapper cookbook that will accomplish this. It uses most of what is already in the haproxy cookbook and does some additional things with attributes. Do you think there is an interest to…
-
With new-style converged resources in 12.5.0:
``` ruby
property :name, String, name_property: true
property :template, String #
-
I'm adding this in chef-rbenv because it exposes the high-level LWRP to install rubies.
ruby-build has several nice env vars which can be used with some vagrant magic to avoid building the same ruby …
-
I'm new to Chef and I don't understand the way they use LWRP, this is my `Vagrantfile`
```
Vagrant::Config.run do |config|
config.vm.box = "lucid32"
config.vm.network :hostonly, "33.33.33.33"
c…
ghost updated
6 years ago
-
Hello Nagios cookbook development team,
Following this:
To create hosts, you can use the nagios_host provider within your recipes.
From here:
https://github.com/tas50/nagios/wiki/hosts.cfg
I thou…
-
This doesn't look like a dupe of #48 .
I have a new host. I've included nfs::server and I have an nfs_export stanza for /home . Unfortunately, it's adding a new entry every time. The first ru…
-
While developing one cookbook, I've used ruby-ism instead of chef-ism in attribute assignment.
`node.set['logstash']['beaver']['inputs'] ||= []` instead of `node.set_unless['logstash']['beaver']['inp…