From 5678e1522cc52cbc51b417bba45eb367103ca224 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Mar 31 2017 20:02:11 +0000 Subject: add quotes on the values of git_daemon limit.conf to fix rendering issue --- diff --git a/pillar/role/git_daemon.sls b/pillar/role/git_daemon.sls index c0494d1..492cda0 100644 --- a/pillar/role/git_daemon.sls +++ b/pillar/role/git_daemon.sls @@ -1,14 +1,14 @@ limits: users: git-daemon: - - limit_type: - + - limit_type: '-' limit_item: as limit_value: -1 kernelgit: - - limit_type: - + - limit_type: '-' limit_item: as limit_value: -1 root: - - limit_type: - + - limit_type: '-' limit_item: as limit_value: -1