user419/puppet-graylog2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Simple puppet manifest for Graylog2
WIP, planned usage:
Example 1, for server, web-interface, mongodb and elasticsearch
class { 'graylog2': }
Example 2, for server only
class { 'graylog2':
install => [ 'server' ],
mongodb_host => 'mongodb.localdomain',
}