Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Never rewrite config files from other packages, like /etc/dhcp/dhcpd.conf
    Instead provide a new config file, like /etc/dhcp/nmsprime/dhcpd.conf
    and document how to include this file, like: "Add following line to /etc/dhcp/dhcpd.conf":

    Code Block
    include "/etc/dhcp/nmsprime/dhcpd.conf";
  2. If possible use the conf.d/* directories from other packages, like /etc/httpd/conf.d
    Do not rewrite other config file packages!
  3. Provide (.env) default config files for each module, in
    /etc/nmsprime/

    TODOPatrick Reichel – Implement & Test & Document
    Create default file for each module in Install folder