Cfengine: Masterfiles Layout

From GridPP Wiki
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....)