Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Fix hive_metastore db install. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically committed Mar 4, 2014
1 parent 685a973 commit 154ac00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@
user: ansibler
sudo: true
roles:
- { role: postgresql_server, when hive_metastore == "postgresql" }
- { role: mysql_server, when hive_metastore == "mysql" }
- { role: postgresql_server, when: hive_metastore == "postgresql" }
- { role: mysql_server, when: hive_metastore == "mysql" }
- cdh_hive_config

- hosts: hive_metastore
Expand Down

0 comments on commit 154ac00

Please sign in to comment.