Skip to content

inetd and xinetd resources inconsistencies #1252

@humboldtux

Description

@humboldtux

Description

On a system with no inetd and xinetd conf files i don't get the same behavior when i exec a profile:

describe inetd_conf('tftp') do
  it { should_not be_enabled }
end

The previous spec is green if there is no inetd conf, which is what i'm expecting.

describe xinetd_conf('tftp') do
  it { should_not be_enabled }
end

The previous spec is failing if there is no inetd conf, which is not what's expected, and inconstistent with inetd_conf.

InSpec and Platform Version

Inspec version 1.2.0 installked via ChefDK on Debian 8.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions