Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inetd and xinetd resources inconsistencies #1252

Closed
humboldtux opened this issue Oct 26, 2016 · 1 comment
Closed

inetd and xinetd resources inconsistencies #1252

humboldtux opened this issue Oct 26, 2016 · 1 comment

Comments

@humboldtux
Copy link

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

@humboldtux
Copy link
Author

Bad configuration from my part.
Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant