-
I think I have run into an issue with some node names not working with chef-metal (might be a cheffish problem, but I have not tracked down exactly where it is failing yet).
I don't seem to be able …
-
mysql-community-server 5.7.6 is missing mysqld_safe (at least in the CentOS package) causing a 'No such file or directory' error.
Reproduce (tested on CentOS 7)
```
mysql_service 'default' do
port…
-
I've got a fairly large ChefSpec test suite that has become order dependent for a reason I can't yet explain.
The lwrp is a home-grown apache cookbook that accepts a vhost name, or defaults to the cu…
-
Would it be worth while to break this cookbook up into 4 different cookbooks? Installing the agent seems to pull in a lot of unneeded attributes and cookbooks.
I'm thinking:
zabbix-agent - with age…
-
Hello,
The cookbook doesn't seem to work on debian 7 with default apt repo.
It works on debian 6 and debian 8.
Debian 8 :
```
vagrant@lwrp-package-debian-82:~$ apt-cache policy haproxy
haproxy:
…
sun77 updated
6 years ago
-
I tried to create a wrapper cookbook and made a recipe geoip_varnish4.rb with following content:
git_vmod "GeoIP" do
source "https://github.com/simonvik/libvmod_maxminddb.git"
end
But ended up ge…
-
### Version:
Chef_Client 11.16.4
### Environment: [Details about the environment such as the Operating System, cookbook details, etc...]
OS: Windows Server 2008 R2 & Windows Server 2012 R2
Cookbook:…
ghost updated
5 years ago
-
Hello,
I am attempting to assert the following restart notification
```
apache_site 'default' do
enable false
notifies :restart, 'service[apache2]'
end
```
with the following incorrect syntax
…
-
is there any reason for forbidding uppercase names here?
```
* grafana_dashboard[MYDASH] action create_if_missing
================================================================…
-
Hi Nagios cookbook maintainers,
Thank you for the cookbook! I'm trying to use the wrapper development method to alter some of the logic in the cookbook. Specifically, I would like to control the memb…