Created
June 26, 2015 18:02
-
-
Save rickheil/86d9e3616b57a7dcd806 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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