puppet: Fix postgres_primary alias

(imported from commit 1cd199224e45700fac03e68c99f9d4f7d9212b45)
This commit is contained in:
Zev Benjamin 2013-11-23 12:48:02 -05:00
parent b5707b9c7b
commit 9f2af6fd0d
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ define hostgroup {
define hostgroup {
hostgroup_name postgres_primary
alias PostgreSQL Servers
alias Primary PostgreSQL Servers
}