Commit 85dfbd37cc9730ab9c0be10cd15b25e7acd2577d

Authored by Antonio Terceiro
1 parent 69305a7a

database_server: make run_list more readable

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
config/roles/database_server.rb
1 1 name 'database_server'
2 2 description 'Database server'
3   -run_list 'recipe[postgresql]', 'recipe[postgresql::colab]'
  3 +run_list *[
  4 + 'recipe[postgresql]',
  5 + 'recipe[postgresql::colab]',
  6 +]
... ...