Bundle common role

From PostgreSQL_wiki
Jump to: navigation, search

This is an example of a role used in the system. It is the role of a backup and recovery server that serves other hosts in the domain.

###############################################################################
#   
# Webhuis common role backup_recovery for a single host
#
# Copyright (C) 2008 Martin Simons, Webhuis. Renkum The Netherlands
# This source code is licensed under the GNU General Public License, Version 2.
# See http://webhuis.nl/GPL-license for more details.
#
###############################################################################

bundle common role {

vars:
 "role"                string => "backup_recovery";

classes:

 "backup_recovery"         or => { classmatch("${g.class_host}") };

}

Return to: Dynamic_Cfengine3