Skip to content

Commit ea4823f

Browse files
committed
Remove unused perun-cabinet.properties from perun_rpc
- This config file is no longer used. It was used only for tests. Make sure it is removed from all deployments.
1 parent 4a16ecd commit ea4823f

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

defaults/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,6 @@ perun_registrar_backupTo: "{{ perun_email }}"
519519
perun_registrar_replyTo: ""
520520
perun_registrar_replyToName: ""
521521

522-
# perun-cabinet.properties
523-
perun_cabinet_mu_login: ""
524-
perun_cabinet_mu_password: ""
525-
526522
# LDAP
527523
perun_ldap_local: true
528524
perun_ldap_url: "ldap://perun-host:389"

tasks/perun_rpc.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,11 @@
7676
mode: '0440'
7777
notify: "restart perun_rpc"
7878

79-
- name: "create perun-cabinet.properties"
80-
template:
81-
src: perun-cabinet.properties.j2
82-
dest: /etc/perun/rpc/perun-cabinet.properties
83-
owner: root
84-
group: perunrpc
85-
mode: '0440'
86-
notify: "restart perun_rpc"
79+
# TODO - remove after some time
80+
- name: "remove unused perun-cabinet.properties"
81+
file:
82+
path: '/etc/perun/rpc/perun-cabinet.properties'
83+
state: absent
8784

8885
- name: "create perun-registrar-lib.properties"
8986
template:

templates/perun-cabinet.properties.j2

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)