summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-21 20:16:29 +0300
committerPaul Buetow <paul@buetow.org>2023-04-21 20:16:29 +0300
commit707b98ef16b4355644a720b9f2039997cc3e3e9c (patch)
tree2353e0af3cfb14a8401b9aa4f24496c7f5c948dc /frontends
parent72d248eba6f0e8a2e300f0ba9f70ba10d0f0c9c8 (diff)
fix path
Diffstat (limited to 'frontends')
-rw-r--r--frontends/Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index d887e6a..13031ad 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -426,7 +426,7 @@ task 'gogios', group => 'frontends',
file '/tmp/gogios.cron',
ensure => 'file',
content => template('./etc/gogios.cron.tpl',
- gogios_path => $fqdns),
+ gogios_path => $gogios_path),
mode => '600';
run 'cat /tmp/gogios.cron | crontab -u _gogios -';