Host class: Difference between revisions
Jump to navigation
Jump to search
m (Plinich moved page Host classes to Host class without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
A '''host class''' is an attribute assigned to the specification of a host which determines aspects of its configuration. | |||
Host classes for each host may be set in <code>[[hostlist.csv]]</code> or may be set in <code>[[config.inc]]</code>. | Host classes for each host may be set in <code>[[hostlist.csv]]</code> or may be set in <code>[[config.inc]]</code>. | ||
Revision as of 17:01, 27 Haziran 2022
A host class is an attribute assigned to the specification of a host which determines aspects of its configuration.
Host classes for each host may be set in hostlist.csv
or may be set in config.inc
.
Host classes set in hostlist.csv
are available to both host generator scripts and to cfengine promises.
Host classes set in config.inc
are NOT available to host generator scripts but ONLY TO cfengine promises.
Class name | Where specified | Description |
---|---|---|
mon* | hostlist.csv
|
Classes used to configure the monitoring system:
|
userlogin | config.inc
|
Indicates that ordinary users will log in to this host. Typically set for lab computers, login servers and VLAB servers. |
localstorage | hostlist.csv
|
See local storage |
vlabserver | hostlist.csv
|
Configure host as a VLAB server |