diff options
author | Michael Scherer <misc@mageia.org> | 2012-01-07 23:19:15 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-01-07 23:19:15 +0000 |
commit | c3fe3c7b46e419974ab8011e0b500bfe39346d0c (patch) | |
tree | 03b0073e77a2d73de4e9c3e2192aa709c9d1815d /modules/buildsystem/manifests/maintdb.pp | |
parent | b07f0c0edb8d687bcd3c06d3c185bf49fc2e2754 (diff) | |
download | puppet-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/manifests/maintdb.pp')
-rw-r--r-- | modules/buildsystem/manifests/maintdb.pp | 2 |
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" |