Sha256: 71b74d6f803e75784e09b2e6c516f0b0b81288a3c8ce6827c2cad67a1f5f5b3a

Contents?: true

Size: 536 Bytes

Versions: 1

Compression:

Stored size: 536 Bytes

Contents

{
  "run_list": [
    "recipe[rvm::system]",
    "recipe[posgresql::server]",
    "recipe[posgresql::config_pgtune]",
    "recipe[user::data_bag]",
    "recipe[scratchify]"
  ],

  "users": ["deploy"],

  "rvm": {
    "default_ruby": "2.2.3"
  },

  "postgresql": {
    "version": "9.4",
    "enable_pgdg_yum": true,
    "enable_pgdg_apt": true,
    "password": {
      "postgres": "<%= postgresql_admin_password %>"
    },
    "config_pgtune": {
      "db_type": "web"
    }
  },

  "automatic": {
    "ipaddress": "<%= host %>"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
from-scratch-0.1.0 templates/node.json.erb