From 2876a691b030ad35db34aeddb09d2aa9658089e3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 19 Aug 2014 20:52:30 +0100 Subject: [PATCH] Remove reference to root group By not specifying it, root user's group should be used. --- openssh/config.sls | 1 - 1 file changed, 1 deletion(-) diff --git a/openssh/config.sls b/openssh/config.sls index b16ab28..857eecd 100644 --- a/openssh/config.sls +++ b/openssh/config.sls @@ -9,7 +9,6 @@ sshd_config: - source: {{ openssh.sshd_config_src }} - template: jinja - user: root - - group: root - mode: 644 - watch_in: - service: openssh