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

Fixes #8362: Adapt ncf tests to different platforms #550

Conversation

amousset
Copy link
Member

@amousset amousset commented Mar 8, 2017

@amousset
Copy link
Member Author

amousset commented Mar 8, 2017

First target set is:

  • Debian 7, 8
  • CentOS 6, 7
  • Debian 14.04, 16.04

Copy link
Member

@ncharles ncharles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a welcomed change, but can we make sure it works also on sles ?

"service_name" string => "cron";
redhat::
"service_name" string => "crond";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redhat or sles ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or even better: !debian

aix::
"service_script" string => "syslogd";
!(redhat|aix)::
"service_script" string => "ssh";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing sles case

"service_name" string => "cron";
redhat::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!aix.!debian:: ?

@ncharles
Copy link
Member

ncharles commented Mar 8, 2017

You are missing service_ensure_running_start.cf in the PR

@peckpeck
Copy link
Member

Let's merge the centos version, then test it, then add new OS

@VinceMacBuche
Copy link
Member

PR replaced by #648

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