Sha256: 932e0cac8f2642e9c77e606b44f346f04280ba3297abbe44ec9e276d1136f486

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 Bytes

Contents

## this is an example config file for a nonexistent app
## it will access the amount of ram and values in the config.json

memory_size = <%= @system.memory["total"].to_i / 2 %> kb  ## @system comes from ohai
mode        = <%= @config['example_config'] %>  ## @config comes from the config.json 
password    = '<%= ENV['JUDO_SECRET'] %>'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
judo-0.5.2 default/example_config.erb
judo-0.5.1 default/example_config.erb
judo-0.5.0 default/example_config.erb
judo-0.4.4 default/example_config.erb
judo-0.4.3 default/example_config.erb
judo-0.4.2 default/example_config.erb
judo-0.4.1 default/example_config.erb
judo-0.4.0 default/example_config.erb