aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-07 23:19:15 +0000
committerMichael Scherer <misc@mageia.org>2012-01-07 23:19:15 +0000
commitc3fe3c7b46e419974ab8011e0b500bfe39346d0c (patch)
tree03b0073e77a2d73de4e9c3e2192aa709c9d1815d /modules/buildsystem
parentb07f0c0edb8d687bcd3c06d3c185bf49fc2e2754 (diff)
downloadpuppet-c3fe3c7b46e419974ab8011e0b500bfe39346d0c.tar
puppet-c3fe3c7b46e419974ab8011e0b500bfe39346d0c.tar.gz
puppet-c3fe3c7b46e419974ab8011e0b500bfe39346d0c.tar.bz2
puppet-c3fe3c7b46e419974ab8011e0b500bfe39346d0c.tar.xz
puppet-c3fe3c7b46e419974ab8011e0b500bfe39346d0c.zip
no longer inherit from base ( not needed )
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/maintdb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp
index 3e231745..6c36e8eb 100644
--- a/modules/buildsystem/manifests/maintdb.pp
+++ b/modules/buildsystem/manifests/maintdb.pp
@@ -1,5 +1,5 @@
class buildsystem {
- class maintdb inherits base {
+ class maintdb {
include sudo
$maintdb_login = "maintdb"
$maintdb_homedir = "/var/lib/maintdb"