aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-08-16 23:12:11 +0000
committerNicolas Vigier <boklm@mageia.org>2011-08-16 23:12:11 +0000
commit4a45a7972c9eb340a1652a5084895e0cb1474801 (patch)
tree67bc520b77e9959414f8e837e90aff962a432b30 /modules
parentdd69ebad205b4401341eed46c1813845b09b4b4e (diff)
downloadpuppet-4a45a7972c9eb340a1652a5084895e0cb1474801.tar
puppet-4a45a7972c9eb340a1652a5084895e0cb1474801.tar.gz
puppet-4a45a7972c9eb340a1652a5084895e0cb1474801.tar.bz2
puppet-4a45a7972c9eb340a1652a5084895e0cb1474801.tar.xz
puppet-4a45a7972c9eb340a1652a5084895e0cb1474801.zip
binrepo class inherits base
Diffstat (limited to 'modules')
-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"