-
For e.g. [here](https://github.com/bloomberg/chef-bach/blob/cf690ae7f5da6b9cf240b075bbbc01df8704c32a/cookbooks/bcpc-hadoop/libraries/utils.rb#L219), the code got changed from ``:path`` to ``'path'`` w…
-
Hi all,
Has anyone been able to specify the chef-client version with the :convergence_options :install_msi_url option? I keep getting the latest version (12.5.1) no matter what I put. Below is my con…
-
This doesn't work if there is no tnsmanes set. I want to install the client without setting up tnsnames through chef and if I leave node['oracle']['client']['tnsnames'] nil, it doesn't work.
Doing …
-
Recipe: gitlab::database_migrations
* bash[migrate gitlab-rails database] action run
================================================================================
Error executing act…
-
# Describe the problem
When creating a simple inspec cookbook to test out one of my hab services, I ran into an issue whenever I tried to add a `.where` or `.habitat_service_params` to a control, per…
-
I am writing a chef recipe to format namenode
```
execute "format_namenode" do
command %Q{yes 'Y' | hadoop namenode -format ; true}
# user hdfs
notifies :create, "ruby_block[format_namenode_flag…
-
I like the principle behind the httpd_config resource. I would like for it to be able to delete files, as well. Also, allow setting owner/group/permission. A few configuration files might be root-only…
-
## Description
chef-client attempts to mask a service that is already masked, using both a `service` and `systemd_unit` resource.
Only seems to impact CentOS 7 systems, do not have the same issue…
-
-
https://gist.github.com/kplimack/27172677dd17d8fc1c9e
```
fault-debian-74: /opt/chef/embedded/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
I, [2015-01-29T13:48:12.394178 #83972] I…