use local_dcp instead of local_cp
This commit is contained in:
parent
240f257bfd
commit
5c7dad802e
|
@ -44,7 +44,7 @@ files:
|
|||
freebsd::
|
||||
"/etc/cron.d/certbot"
|
||||
create => "true",
|
||||
copy_from => local_cp("$(sys.workdir)/inputs/$(def.wmde_libdir)/templates/certbot-cron.mustache");
|
||||
copy_from => local_dcp("$(sys.workdir)/inputs/$(def.wmde_libdir)/templates/certbot-cron.mustache");
|
||||
|
||||
# content => '#
|
||||
# Managed by CFEngine
|
||||
|
|
Loading…
Reference in New Issue