summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-01 22:33:29 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:31 +0100
commit3484d3fc35baec6df63bf397b6534b0df7027cbd (patch)
tree24b7a18ffe385204b7e15371c56899a270e092d2 /manifests
parentRevert "SSH implies letsencrypt." (diff)
downloadprofiles-3484d3fc35baec6df63bf397b6534b0df7027cbd.tar.gz
profiles-3484d3fc35baec6df63bf397b6534b0df7027cbd.tar.xz
Add timer to aur-builder.
Diffstat (limited to '')
-rw-r--r--manifests/arch_builder.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp
index 797f989..f6acf61 100644
--- a/manifests/arch_builder.pp
+++ b/manifests/arch_builder.pp
@@ -60,7 +60,12 @@ class profiles::arch_builder (
# TODO fetch actuall aur-runner...
# https://git.hornquist.se/aur-runner/
- # TODO run it on loop somehow
+
+ systemd::timer { 'aur-builder.timer':
+ timer_source => 'puppet:///modules/profiles/arch_builder.timer',
+ service_source => 'puppet:///modules/profiles/arch_builder.service',
+ enable => true,
+ }
class { 'pacman::makepkg':