Sha256: ed25f9bd95391b7a79b3b82c4fbf382b009ef6afa6e6a371f81a499a114e466c

Contents?: true

Size: 606 Bytes

Versions: 2

Compression:

Stored size: 606 Bytes

Contents

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

  "users": ["deploy"],

  "rvm": {
    "default_ruby": "2.2.3",
    "rubies": ["2.2.3"],
    "install_rubies": true,
    "gpg": {}
  },

  "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

2 entries across 1 versions & 1 rubygems

Version Path
from-scratch-0.1.1 cookbooks/scratchify/templates/node.json.erb
from-scratch-0.1.1 templates/node.json.erb