Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
521 B

commit ad678c718b2ed509b5cba45c11ab306a464c9baf
Author: Daniel Berteaud <daniel@firewall-services.com>
Date: Mon Apr 6 20:06:21 2020 +0200
New line at the end of nice.yml
Needed for it to be a valid yaml file
diff --git a/config.d/realm.tpl/nice.yaml b/config.d/realm.tpl/nice.yaml
index 17ec219..164e9e6 100644
--- a/config.d/realm.tpl/nice.yaml
+++ b/config.d/realm.tpl/nice.yaml
@@ -1,4 +1,5 @@
backend: Local
api:
- use_revocation_id: 1
\ No newline at end of file
+ use_revocation_id: 1
+