From c65e7e19cb4e7328e49f600f25de36795e6ba694 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 20 Mar 2018 17:06:29 +0100 Subject: Cleaned useless template expansions --- 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 7cf58bf..d44cbff 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.cftpl", + copy_from => local_dcp("$(sys.inputdir)/templates/sshd/authorized_keys.cftpl"), classes => if_repaired("sshd_authorized_keys_files_repaired"); classes: freebsd:: -- cgit v1.2.3