renamed mfdomain to wmde_libdir
This commit is contained in:
parent
045f173665
commit
2c8d72430f
|
@ -173,7 +173,7 @@ files:
|
||||||
|
|
||||||
"$(apache.main_cfg)"
|
"$(apache.main_cfg)"
|
||||||
create => "true",
|
create => "true",
|
||||||
edit_template => "$(sys.workdir)/inputs/$(def.mfdomain)/templates/httpd.conf.mustache",
|
edit_template => "$(sys.workdir)/inputs/$(def.wmde_libdir)/templates/httpd.conf.mustache",
|
||||||
template_method => "mustache",
|
template_method => "mustache",
|
||||||
handle => "apache_main_cfg_crreated",
|
handle => "apache_main_cfg_crreated",
|
||||||
classes => if_repaired(apache_changed);
|
classes => if_repaired(apache_changed);
|
||||||
|
@ -222,7 +222,7 @@ vars:
|
||||||
|
|
||||||
"template_file"
|
"template_file"
|
||||||
string =>
|
string =>
|
||||||
"$(sys.workdir)/inputs/$(def.mfdomain)/templates/httpd-vhost.conf.mustache";
|
"$(sys.workdir)/inputs/$(def.wmde_libdir)/templates/httpd-vhost.conf.mustache";
|
||||||
|
|
||||||
"domain_file" string => "$(apache.cfg_dir)/Vhosts/$(site[domain]).conf";
|
"domain_file" string => "$(apache.cfg_dir)/Vhosts/$(site[domain]).conf";
|
||||||
"domain_dir" string => "$(apache.www_dir)/$(site[domain])/";
|
"domain_dir" string => "$(apache.www_dir)/$(site[domain])/";
|
||||||
|
|
|
@ -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.mfdomain)/templates/certbot-cron.mustache");
|
copy_from => local_cp("$(sys.workdir)/inputs/$(def.wmde_libdir)/templates/certbot-cron.mustache");
|
||||||
|
|
||||||
# content => '#
|
# content => '#
|
||||||
# Managed by CFEngine
|
# Managed by CFEngine
|
||||||
|
|
2
vim.cf
2
vim.cf
|
@ -37,7 +37,7 @@ packages:
|
||||||
files:
|
files:
|
||||||
"$(vimrc)"
|
"$(vimrc)"
|
||||||
create => "true",
|
create => "true",
|
||||||
copy_from => local_dcp("$(sys.workdir)/inputs/$(def.mfdomain)/templates/vimrc.mustache");
|
copy_from => local_dcp("$(sys.workdir)/inputs/$(def.wmde_libdir)/templates/vimrc.mustache");
|
||||||
|
|
||||||
reports:
|
reports:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue