Fix linger setup to use variable
[mirror/dsa-puppet.git] / modules / salsa / manifests / init.pp
index b7c8b03..be5d10f 100644 (file)
@@ -66,6 +66,9 @@ class salsa inherits salsa::params {
        file { "/var/lib/systemd/linger/git":
                ensure => present,
        }
+       file { "/var/lib/systemd/linger/${salsa::webhook_user}":
+               ensure => present,
+       }
        file { "/etc/ssh/userkeys/git":
                ensure => link,
                target => "${salsa::home}/.ssh/authorized_keys",