File: database.pp

package info (click to toggle)
puppet-module-saz-rsyslog 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 244 kB
  • sloc: ruby: 528; sh: 15; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
include rsyslog

class { 'rsyslog::database':
  backend  => 'mysql',
  server   => 'localhost',
  database => 'Syslog',
  username => 'rsyslog',
  password => 'secret',
}