Sha256: 5651658873bbdbe73247346024b01a9c9266916734b90bdedd1aeac53adac7d9

Contents?: true

Size: 609 Bytes

Versions: 29

Compression:

Stored size: 609 Bytes

Contents

require 'securerandom'

extra_config = <<-EXTRA
# This was auto-generated by Rubber and is unique to your machine.  Feel free to regenerate if you'd like.
# You may want to move this to your rubber-secret.yml to keep it out of version control.
graylog_server_secret: #{SecureRandom.hex(96)}

# This was auto-generated by Rubber and is unique to your machine.  Feel free to regenerate if you'd like.
# You may want to move this to your rubber-secret.yml to keep it out of version control.
graylog_web_secret: #{SecureRandom.hex(96)}
EXTRA

append_to_file 'config/rubber/rubber-graylog.yml', "\n#{extra_config}"

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
rubber-3.2.2 templates/graylog/templates.rb
rubber-3.2.1 templates/graylog/templates.rb
rubber-3.2.0 templates/graylog/templates.rb
rubber-3.1.0 templates/graylog/templates.rb
rubber-3.0.1 templates/graylog/templates.rb
rubber-3.0.0 templates/graylog/templates.rb
rubber-2.16.0 templates/graylog/templates.rb
rubber-2.15.2 templates/graylog/templates.rb
rubber-2.15.1 templates/graylog/templates.rb
rubber-2.15.0 templates/graylog/templates.rb
rubber-2.14.0 templates/graylog/templates.rb
rubber-2.13.1 templates/graylog/templates.rb
rubber-2.13.0 templates/graylog/templates.rb
rubber-2.12.2 templates/graylog/templates.rb
rubber-2.12.1 templates/graylog/templates.rb
rubber-2.12.0 templates/graylog/templates.rb
rubber-2.11.0 templates/graylog/templates.rb
rubber-2.10.2 templates/graylog/templates.rb
rubber-2.10.1 templates/graylog/templates.rb
rubber-2.10.0 templates/graylog/templates.rb