Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
boite opened this issue Aug 9, 2016 · 0 comments
Open

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

boite opened this issue Aug 9, 2016 · 0 comments

Comments

@boite
Copy link
Contributor

boite commented Aug 9, 2016

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant