Skip to content

Instantly share code, notes, and snippets.

@rickheil
Created June 26, 2015 18:02
Show Gist options
  • Save rickheil/86d9e3616b57a7dcd806 to your computer and use it in GitHub Desktop.
Save rickheil/86d9e3616b57a7dcd806 to your computer and use it in GitHub Desktop.
include apt
include '::mongodb::server'
include 'elasticsearch'
class {'graylog2::repo':
version => '1.1'
} ->
class {'graylog2::server':
password_secret => '64-char-secret-here',
root_password_sha2 => 'sha256-hash-of-your-password-here',
mongodb_uri => 'mongodb://localhost/graylog',
} ->
class {'graylog2::web':
application_secret => 'another-64-char-secret-here',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment