Skip to content
Snippets Groups Projects
Verified Commit 63662410 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Remove Debian’s config

parent 18f2c036
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,23 @@ ...@@ -9,6 +9,23 @@
- packages - packages
- rt - rt
- name: Remove Debian’s config
file:
dest: /etc/request-tracker4/RT_SiteConfig.d/{{item}}.pm
state: link
src: /dev/null
force: yes
with_items:
- 40-timezone
- 50-debconf
- 51-dbconfig-common
- 60-logging
notify:
- restart RT
tags:
- config
- rt
- name: Have RT config installed - name: Have RT config installed
template: src=RT_SiteConfig.pm.j2 dest=/etc/request-tracker4/RT_SiteConfig.pm owner=root group=www-data mode=0660 template: src=RT_SiteConfig.pm.j2 dest=/etc/request-tracker4/RT_SiteConfig.pm owner=root group=www-data mode=0660
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment