From 0577755b0b353a27e1f9445ee7a1ca8c076a84a2 Mon Sep 17 00:00:00 2001 From: Ben Webber Date: Mon, 22 Oct 2012 00:44:57 -0400 Subject: Added MySQL and PostgreSQL backends. Databases need to be deployed separately. --- tests/database.pp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/database.pp (limited to 'tests') diff --git a/tests/database.pp b/tests/database.pp new file mode 100644 index 0000000..269be69 --- /dev/null +++ b/tests/database.pp @@ -0,0 +1,9 @@ +include rsyslog + +class { 'rsyslog::database': + backend => 'mysql', + server => 'localhost', + database => 'Syslog', + username => 'rsyslog', + password => 'secret', +} -- cgit v1.2.3