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

add logdir-check #81

Merged
merged 1 commit into from Oct 31, 2017
Merged

add logdir-check #81

merged 1 commit into from Oct 31, 2017

Conversation

rndmh3ro
Copy link
Member

Because we remove it here: dev-sec/mysql-baseline#38

@artem-sidorenko artem-sidorenko self-assigned this Sep 13, 2017
@artem-sidorenko
Copy link
Member

@rndmh3ro thanks! I'll test it together with chef this week

@@ -17,6 +17,13 @@
# author: Dominik Richter
# author: Patrick Muench

when 'ubuntu', 'debian'
Copy link
Member

Choose a reason for hiding this comment

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

@rndmh3ro here is a syntax error, probably you mean something like:

log_dir_group = case os[:family]
  when 'debian', 'redhat', 'fedora'
    'root'
  when 'ubuntu'
    os[:release] == '14.04' ? 'syslog' : 'root'
  end

@@ -235,4 +242,13 @@
its(:content) { should match 'install udf /bin/true' }
its(:content) { should match 'install vfat /bin/true' }
end
Copy link
Member

Choose a reason for hiding this comment

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

one end and empty line are missing here

@rndmh3ro
Copy link
Member Author

Totally forgot about this one, sorry.
Rebases and updated.

Copy link
Member

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

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

Thank you @rndmh3ro

@artem-sidorenko artem-sidorenko merged commit f31904f into dev-sec:master Oct 31, 2017
@artem-sidorenko
Copy link
Member

@rndmh3ro Thanks!

@rndmh3ro rndmh3ro deleted the logcheck branch October 31, 2017 14:47
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

Successfully merging this pull request may close these issues.

None yet

3 participants