Sha256: 6bb4c5f1c79b3bc2fa2f9ebeb0b411ff4d61b42e559932059f453ac60c270a48

Contents?: true

Size: 651 Bytes

Versions: 2

Compression:

Stored size: 651 Bytes

Contents

include:
  # MySQL
{%- if ('mysql' in pillar['gems']) or ('mysql2' in pillar['gems']) %}
  - databases.mysql.client
{%- endif %}
  # PostgreSQL - TODO main alternative to mysql
  # MongoDB - TODO Document database
  # CouchDB - TODO json web distributed db
  # Redis - TODO key value store
  # Riak - TODO Distributed fault tolerant DB
  # RabbitMQ - TODO message broker software
  # Memcached - TODO Memory cache
  # Cassandra - TODO distributed database management system
  # Neo4J - TODO Graph database
  # ElasticSearch - TODO search and analytics engine
  # Kestrel - TODO light-weight persistent message queue
  # SQLite3 - Included by default

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
salted-rails-0.0.6 salt/databases/client.sls
salted-rails-0.0.5 salt/databases/client.sls