summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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':