Skip to content

Allow different parts of a project to manage a config file #13

@boite

Description

@boite

Consider a config file such as /etc/hosts.deny which contains access controls for network daemon processes. Such a file, on a given host, could conceivably need to be updated by different parts of a project, for example, a module that hardens NFS and one that hardens SSH.

There should be means for Droid to:-

  • specify the contents of a platform-dependant config file, perhaps using per-host variables
  • write the config file to the host
  • allow targets and modules to depend on the config file being in place, perhaps by way of per-host tasks that are run before any other targets are allowed to be run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions