aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/rpmlint.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/rpmlint.pp')
-rw-r--r--modules/buildsystem/manifests/rpmlint.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/rpmlint.pp b/modules/buildsystem/manifests/rpmlint.pp
index ea9a55b8..36ddd26e 100644
--- a/modules/buildsystem/manifests/rpmlint.pp
+++ b/modules/buildsystem/manifests/rpmlint.pp
@@ -1,5 +1,6 @@
class buildsystem::rpmlint {
- $sched_login = $buildsystem::base::sched_login
+ include buildsystem::scheduler::var
+ $sched_login = $buildsystem::scheduler::var::login
package { 'rpmlint': }