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 to override configuration files deployed by role #107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sm97
Copy link

@sm97 sm97 commented Aug 6, 2021

Use case - I need to override only two configuration files. Other files should go unmodified from distr.

tomcat_conf_templates:
  - { src: "server.xml.j2", dest: "{{ tomcat_conf_path }}/server.xml" }
  - { src: "setenv.sh.j2", dest: "{{ tomcat_bin_path }}/setenv.sh" }

dependabot bot and others added 2 commits June 2, 2021 01:52
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.2...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant