From 0effa991c23589b658227a733e172ae31d0233bc Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 00:44:51 +0000 Subject: fix variable that were not correctly renamed --- modules/buildsystem/manifests/maintdb.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp index 39bcd7a9..e9dc952d 100644 --- a/modules/buildsystem/manifests/maintdb.pp +++ b/modules/buildsystem/manifests/maintdb.pp @@ -3,11 +3,11 @@ class buildsystem { include sudo $login = "maintdb" $homedir = "/var/lib/maintdb" - $dbdir = "$maintdb_homedir/db" + $dbdir = "$homedir/db" $binpath = "/usr/local/sbin/maintdb" $wrappath = "/usr/local/bin/wrapper.maintdb" $dump = "/var/www/bs/data/maintdb.txt" - $maintdb_unmaintained = "/var/www/bs/data/unmaintained.txt" + $unmaintained = "/var/www/bs/data/unmaintained.txt" user {"$login": ensure => present, -- cgit v1.2.1