Cfengine: Masterfiles Layout

From GridPP Wiki
Revision as of 17:19, 23 November 2006 by Graeme stewart (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There are 2 main ways of organising your input files. by hostname, for example

Masterfiles
    /inputs
        /fred.conf
        /wilma.conf
        /betty.conf

this is great if you know what fred and wilma do, and why betty is different, but doesn't take into account what may happen if the host changes role.

another way is by role

(to be continued....)