Difference between revisions of "Bundle common role"
(New page: 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. <pre> ###############################################...) |
(No difference)
|
Revision as of 08:58, 18 May 2014
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.
###############################################################################
#
# Martin Simons Webhuis common role backup_recovery for a single host
#
###############################################################################
bundle common role {
vars:
"role" string => "backup_recovery";
classes:
"backup_recovery" or => { classmatch("${g.class_host}") };
}