Compare commits
No commits in common. "a49fe71562c75c1fade557fc445c29d1036162ec" and "e090a061a93b267db6cb92ab27b15941bcea009d" have entirely different histories.
a49fe71562
...
e090a061a9
|
@ -21,6 +21,8 @@ classes:
|
|||
"backup_config_exists" expression => fileexists("$(cfg[backup_dir])/config.inc.php");
|
||||
"sql_backup_exists" expression => fileexists("$(cfg[backup_dir])/roundcube.sql");
|
||||
|
||||
run_backups::
|
||||
|
||||
vars:
|
||||
"dlfile" string => "$(sys.workdir)/data/public/$(cfg[src_tgz])";
|
||||
files:
|
||||
|
|
8
sympa.cf
8
sympa.cf
|
@ -150,10 +150,10 @@ vars:
|
|||
# Managed by CFEngine
|
||||
#
|
||||
{{#dl}}
|
||||
sympa@{{.}} sympa:sympa@{{.}}
|
||||
listmaster@{{.}} sympa:listmaster@{{.}}
|
||||
bounce@{{.}} sympabounce:bounce@{{.}}
|
||||
abuse-feedback-report@{{.}} sympabounce:abuse-feedback-report@{{.}}
|
||||
sympa@{{.}} sympa:sympa@{{.}}(dl)
|
||||
listmaster@{{.}}(dl) sympa:listmaster@{{.}}(dl)
|
||||
bounce@{{.}}(dl) sympa:bounce@{{.}}(dl)
|
||||
abuse-feedback-report@{{.}} sympa:abuse-feedback-report@{{.}}
|
||||
{{/dl}}
|
||||
",
|
||||
bundlestate("$(this.bundle)"));
|
||||
|
|
|
@ -22,9 +22,7 @@ vars:
|
|||
"vsettings[skipInstallPingback]" string => "1";
|
||||
"vsettings[server.email.name]" string => "$(cfg[server_email_name])";
|
||||
"vsettings[server.email.address]" string => "$(cfg[server_email_address])";
|
||||
"vsettings[resources.mail.transport.type]" string => "'smtp'";
|
||||
"vsettings[resources.mail.transport.host]" string => "'127.0.0.1'";
|
||||
#
|
||||
|
||||
classes:
|
||||
"vimbadmin_checked_out" expression => fileexists("$(cfg[dst_dir])/.git");
|
||||
"pull_it" expression => eval("1 == $(r)","class","infix"),
|
||||
|
|
Loading…
Reference in New Issue