Sha256: e1d0910d7cdc46baec0d132f882e1972a46b3271f5d1b731dbeba8a67ef7cafd

Contents?: true

Size: 676 Bytes

Versions: 2

Compression:

Stored size: 676 Bytes

Contents

include:
  # MySQL
{%- if ('mysql' in pillar['gems']) or ('mysql2' in pillar['gems']) %}
  - databases.mysql.server
  - databases.phpmyadmin
{%- 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/server.sls
salted-rails-0.0.5 salt/databases/server.sls