aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 956ede34..fc85016f 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -211,7 +211,7 @@ class buildsystem {
}
- class binrepo {
+ class binrepo inherits base {
include sudo
$binrepo_login = "binrepo"
$binrepo_homedir = "/var/lib/$binrepo_login"