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 rsyslog mysql #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
correct exec function
this function will load mysql-server,rsyslog-mysql, and use perl to
create whole mysql,
leitu committed Jul 19, 2013
commit 7d84a479330ffcd53beaac7a60823a5014d2e77e
2 changes: 1 addition & 1 deletion manifests/rsyslogdb.pp
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
owner => 'root',
} ->
exec { 'mysql < /tmp/createDB.sql' :
creates => "/tmp/create_done.txt",
creates => "/var/lib/mysql/Syslog",
path => "/usr/bin:/usr/sbin",
require => Package['mysql_package'],
}