-
i use zabbix_lwrp him depends postgresql cookbook but i want use postgresql-lwrp BUT! When i use postgresql_user or postgresql_database Custom resource chef use it from postgresql and i see error
…
-
I attempted wrapping a `simple_iptables_rule` resource in my own LWRP (eg. to allow custom cookbooks to easily open ports on a restrictive firewall); the rules execute (I can see log messages when run…
-
I was thinking I could use `@version` to set the desired version of Logstash using this cookbook because of https://github.com/lusis/chef-logstash/blob/master/resources/instance.rb#L17, which says:
`…
-
Hi all
I've been looking for a way to integrate companion in my workflow consisting of mainly **[Telos/axia/Livewire](https://success.telosalliance.com/radio-solutions)** products. They're an Audio…
-
Hi
I am trying to use the LWRPClient in Python 3 and am receiving an error when trying to print the status of the GPI ports.
Code I am trying to execute:
```
from LWRPClient import LWRPClient
…
-
It would appear the the Template LWRP can only create a template. It doesn't allow the uploading of an xml template file.
Ideally it'd be great if this could be done, with a sample recipe to show how…
-
When I created a parameter.rb under recipes directory and uploaded to the Chef automate, knife displayed below syntax error message. Would you help me what did I wrong?
#cat ~/sysctl/recipes/parame…
-
I've seen this error in Boat Attack and VR for many versions now of LWRP since 2018. I probably should have reported it sooner. The reflections are split into two images on the water. I'm still g…
PJ373 updated
5 years ago
-
@see https://github.com/opscode-cookbooks/mysql uses a new LWRP structure
-
Running into an issue where using the nodejs_npm lwrp with a json (packages.json) file will run 'npm install' on every converge.
```
nodejs_npm 'node-app-name' do
path '/path/to/app'
json true
…