Compare commits
No commits in common. "c93f4581c4761a93e1aa03ce9fc4943f52eabab8" and "1e2f36d7a1a398dc33887b2d235997aaed48527d" have entirely different histories.
c93f4581c4
...
1e2f36d7a1
|
@ -275,6 +275,7 @@ files:
|
|||
|
||||
|
||||
reports:
|
||||
"LOADER: $(def.wmde_lib)/scripts/dovecot/rspamd-learn-ham.sieve.mustache";
|
||||
|
||||
|
||||
|
||||
|
|
7
php.cf
7
php.cf
|
@ -80,17 +80,19 @@ vars:
|
|||
"pkgs" slist => {
|
||||
"php$(xversion)-cli",
|
||||
"php$(xversion)-common",
|
||||
"php$(xversion)-pecl-zip",
|
||||
"php$(xversion)-pgsql",
|
||||
"php$(xversion)-mysqlnd",
|
||||
"php$(xversion)-xml",
|
||||
"php$(xversion)-gd",
|
||||
"php$(xversion)-mbstring",
|
||||
"php$(xversion)-intl",
|
||||
"php$(xversion)-ldap",
|
||||
"php$(xversion)-pecl-imagick-im6",
|
||||
"php$(xversion)-ldap",
|
||||
"php-pecl-json-post",
|
||||
"php-pecl-apcu",
|
||||
"php-pecl-zip",
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
@ -288,9 +290,8 @@ commands:
|
|||
handle => "php_composer_installer_downloaded",
|
||||
depends_on => {"php_dir_created"};
|
||||
|
||||
"export HOME=/root && $(php.cli_exe) $(installer) --install-dir=/usr/local/bin --filename=composer"
|
||||
"$(php.cli_exe) $(installer) --install-dir=/usr/local/bin --filename=composer"
|
||||
handle => "php_composer_installed",
|
||||
contain => wmde_cmd_useshell,
|
||||
depends_on => {"php_composer_installer_downloaded"};
|
||||
|
||||
|
||||
|
|
40
rspamd.cf
40
rspamd.cf
|
@ -8,14 +8,6 @@ classes:
|
|||
"runpw" expression => isvariable("cfg[password]");
|
||||
|
||||
vars:
|
||||
"tpl_deps" slist => { "rspamd_pkgs_installed","rspamd_cfg_dir_created" };
|
||||
|
||||
runpw::
|
||||
"tpl_deps" slist => { "rspamd_pkgs_installed","rspamd_cfg_dir_created","rspamd_password_ready" };
|
||||
|
||||
|
||||
any::
|
||||
|
||||
"cfgfiles" slist => {
|
||||
"local.d/milter_headers.conf",
|
||||
# "local.d/actions.conf",
|
||||
|
@ -52,32 +44,11 @@ vars:
|
|||
"root_group" string => "root";
|
||||
"rspamadm" string => "/usr//bin/rspamadm";
|
||||
|
||||
runpw::
|
||||
any::
|
||||
"password" string => execresult("$(rspamadm) pw -p $(cfg[password])","noshell");
|
||||
|
||||
"password" string => readfile("$(sys.workdir)/data/agent/rspamd/password-hash.txt"),
|
||||
handle => "rspamd_password_ready",
|
||||
depends_on => {"rspamd_password_hash_created"};
|
||||
|
||||
|
||||
files:
|
||||
runpw::
|
||||
"$(sys.workdir)/data/agent/rspamd/password.txt"
|
||||
create => "true",
|
||||
content => "$(cfg[password])",
|
||||
handle => "rspamd_password_created",
|
||||
classes => if_repaired("rspamd_password_repaired");
|
||||
|
||||
rspamd_password_repaired::
|
||||
"$(sys.workdir)/data/agent/rspamd/password-hash.txt"
|
||||
content => execresult("$(rspamadm) pw -p $(cfg[password])","noshell"),
|
||||
depends_on => {"rspamd_password_created"},
|
||||
handle => "rspamd_password_hash_created";
|
||||
|
||||
commands:
|
||||
!rspamd_password_repaired::
|
||||
"/usr/bin/true"
|
||||
depends_on => {"rspamd_password_created"},
|
||||
handle => "rspamd_password_hash_created",
|
||||
inform => "false";
|
||||
|
||||
methods:
|
||||
"any" usebundle => install_rspamd_pkgs;
|
||||
|
@ -96,13 +67,16 @@ files:
|
|||
template_method => "mustache",
|
||||
perms => m("644"),
|
||||
template_data => bundlestate("$(this.bundle)"),
|
||||
depends_on => @(tpl_deps),
|
||||
depends_on => { "rspamd_pkgs_installed","rspamd_cfg_dir_created" },
|
||||
classes => if_repaired(rspamd_repaired),
|
||||
handle => "rspamd_cfgs_done";
|
||||
|
||||
|
||||
|
||||
reports:
|
||||
# "RSPAMD: $(cfgjs)";
|
||||
# "RSJ: $(worker_normalx)";
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
13
sympa.cf
13
sympa.cf
|
@ -360,9 +360,7 @@ vars:
|
|||
|
||||
methods:
|
||||
"any" usebundle => sympa_create_mailname(@(cfg));
|
||||
#"any" usebundle => wmde_install_packages(@(sympa.pkgs),"sympa");
|
||||
"any" usebundle => install_sympa_pkgs;
|
||||
|
||||
"any" usebundle => wmde_install_packages(@(sympa.pkgs),"sympa");
|
||||
"any" usebundle => sympa_update_config(@(cfg));
|
||||
"any" usebundle => sympa_init_db(@(cfg));
|
||||
|
||||
|
@ -381,6 +379,7 @@ methods:
|
|||
|
||||
"any" usebundle => install_sympa_domains(@(cfg[domains]),"$(cfg_dir)");
|
||||
reports:
|
||||
"ETC: $(cfg_dir) - $(cfg[settings][etc])";
|
||||
|
||||
}
|
||||
|
||||
|
@ -597,11 +596,3 @@ reports:
|
|||
"SYMPA DOES NOT RUN BACKUP";
|
||||
|
||||
}
|
||||
|
||||
|
||||
bundle agent install_sympa_pkgs
|
||||
{
|
||||
methods:
|
||||
"any" usebundle => wmde_install_packages(@(sympa.pkgs),"sympa");
|
||||
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ password_query = \
|
|||
iterate_query = SELECT username AS user FROM mailbox
|
||||
|
||||
user_query = \
|
||||
SELECT 'maildir:~/Maildir' as mail, '{{vars.dovecot_vimbadmin_sql.dovecot_cfg.vmail_dir}}/%d/%n' as home, {{vars.dovecot_vimbadmin_sql.dovecot_cfg.vmail_uid}} as gid, {{vars.dovecot_vimbadmin_sql.dovecot_cfg.vmail_gid}} as uid FROM mailbox WHERE username = '%u'
|
||||
SELECT 'maildir:~/Maildir' as mail, '{{vars.dovecot_vimbadmin_sql.dovecot_cfg.vmail_dir}}/%d/%n' as home, 1003 as gid, 1003 as uid FROM mailbox WHERE username = '%u'
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ commands:
|
|||
|
||||
"/bin/sh"
|
||||
# args => "-c 'cd $(cfg[install_dir]) && $(php_composer.exe) -q -n create-project --prefer-dist --no-dev opensolutions/vimbadmin'",
|
||||
args => "-c 'export HOME=$(cfg[install_dir]) && cd $(cfg[install_dir]) && $(php_composer.exe) update -q --no-cache && $(php_composer.exe) install --no-cache -q --prefer-dist --no-dev'",
|
||||
args => "-c 'cd $(cfg[install_dir]) && $(php_composer.exe) update -q --no-cache && $(php_composer.exe) install --no-cache -q --prefer-dist --no-dev",
|
||||
handle => "vimbadmin_composed",
|
||||
depends_on => {
|
||||
"vimbadmin_pkgs_installed"
|
||||
|
@ -160,6 +160,4 @@ body contain vimbadmin_cmd
|
|||
|
||||
exec_owner => "$(apache.www_user)";
|
||||
exec_group => "$(apache.www_group)";
|
||||
useshell=>"useshell";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue