use local_dcp instead of local_cp
This commit is contained in:
parent
240f257bfd
commit
5c7dad802e
|
@ -44,7 +44,7 @@ files:
|
||||||
freebsd::
|
freebsd::
|
||||||
"/etc/cron.d/certbot"
|
"/etc/cron.d/certbot"
|
||||||
create => "true",
|
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 => '#
|
# content => '#
|
||||||
# Managed by CFEngine
|
# Managed by CFEngine
|
||||||
|
|
Loading…
Reference in New Issue