-
I got a script running to get the height of the water like the little boats do in one of the demos, however once you go over lets say 10 calls a frame (that's 1 points) it drops the fps a lot because …
-
I am using the newrelic infrastructure LWRP and passing values from a json into the customer_attribute property.
```
newrelic_agent_infrastructure 'Install' do
display_name node['fqdn…
-
There certainly may be a better approach to what i'm doing, but here what I've got.
I'm working on a jenkins wrapper cookbook. In one portion, I go through a list of plug-ins to be installed and u…
-
``` text
2) java::openjdk notifies set_attributes_from_version sends notification to update-java-alternatives
Failure/Error: expect(chef_run).to notify('java_alternatives').to(:set)
NoMethodErro…
-
Hello,
Not sure if this is the proper place to put the issue, but here goes. I'm trying to converge a node in test-kitchen with the elevated: true flag set in my .kitchen.yml. The gem is at version 0…
-
I was having issues getting libpq-dev to install on Ubuntu14. Even after making sure to specify `recipe[apt::default]` first in the run list. I noticed the ruby recipe (https://github.com/hw-cookbooks…
-
When I run this spec, I get errors saying undefined method `rights' for Chef::Resource::CookbookFile since I'm using the [Windows 'rights' attribute](http://wiki.opscode.com/display/chef/Improved+Wind…
-
As of 0.7.4 the following message now occurs when using the cookbook:
`resource execute[sysctl[net.core.somaxconn]] is configured to notify resource ruby_block[save-sysctl-params] with action run, bu…
-
The requirement of nginx creates a lot of problems (requires old ohai and other stuff). Please use chef_nginx instead:
https://github.com/chef-cookbooks/chef_nginx
-
I am trying to get vagrant with Chef (12.4.1) working with rbenv (v0.8.0) and bundler. I had rbenv set up and working well, but when throwing bundler into the mix I get this error message:
```
==> de…