From da8598dd622df36f853b32782e8c9756d2a4e787 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 14 Mar 2018 15:19:07 +0100 Subject: Fixed update.cf problem no copying all template files --- services/applications/sshd.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/applications/sshd.cf') diff --git a/services/applications/sshd.cf b/services/applications/sshd.cf index bb452e4..7cf58bf 100644 --- a/services/applications/sshd.cf +++ b/services/applications/sshd.cf @@ -10,7 +10,7 @@ bundle agent sshd create => "true", edit_defaults => empty, perms => system_owned("444"), - edit_template => "$(sys.inputdir)/templates/sshd/authorized_keys", + edit_template => "$(sys.inputdir)/templates/sshd/authorized_keys.cftpl", classes => if_repaired("sshd_authorized_keys_files_repaired"); classes: freebsd:: -- cgit v1.2.3