Joe Nuspl

Results 5 issues of Joe Nuspl

### Cookbook version 2.6.2 ### Chef-client version 12.21.4 ### Platform Details centos-7 ### Scenario: Removing `firewall_rule` does removes the rules from `/etc/sysconfig/firewalld-chef.rules` but the ipv6 rule still exists in the...

Priority: Medium

Given the following recipe: ``` ruby file '/etc/foo.d/a' file '/etc/foo.d/b' do not_if { true } end zap_directory '/etc/foo.d' ``` `/etc/foo.d/b` should be removed. `zap` should examine `only_if` and `not_if` conditionals...

# Describe the problem According to https://linux.die.net/man/5/crontab ``` @weekly : Run once a week, ie. "0 0 * * 0". ``` Inspec's processing of `@weekly` is broken. `hours` reports `[*]`...

Type: Bug

When talking to keystone v3, you need to pass in `:openstack_user_domain_name`. It is used, https://github.com/fog/fog-openstack/blob/master/lib/fog/openstack/auth/token/v3.rb#L103 And passing it works, albeit with a warning [fog][WARNING] Unrecognized arguments: openstack_user_domain_name

# Version: Chef Workstation version: 23.2.1028 Cookstyle version: 7.32.1 Chef Infra Client version: 18.0.185 Chef InSpec version: 5.18.14 Chef CLI version: 5.6.8 Chef Habitat version: 1.6.521 Test Kitchen version: 3.5.0...

Status: Untriaged
Type: Bug