mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 06:28:23 +00:00
The new puppet.conf file has to be moved into place manually. (imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
36 lines
829 B
INI
36 lines
829 B
INI
# A simple wildcard hostgroup
|
|
define hostgroup {
|
|
hostgroup_name all
|
|
alias All Servers
|
|
members *
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name pageable_servers
|
|
alias Servers for whom we want to page
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name not_pageable_servers
|
|
alias Servers for whom we do not want to page
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name web
|
|
alias Web Servers
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name frontends
|
|
alias Frontend Web Servers
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name zmirror
|
|
alias Zephyr Mirror Servers
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name postgres
|
|
alias PostgreSQL Servers
|
|
} |