From 0dba4f23c7d10e51f92d7fec8784a6518541af08 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 12 Jul 2011 10:24:46 +0000 Subject: fix use of maintdb_dbdir puppet variable --- modules/buildsystem/templates/maintdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buildsystem/templates/maintdb b/modules/buildsystem/templates/maintdb index f1f0cedc..b109e79b 100755 --- a/modules/buildsystem/templates/maintdb +++ b/modules/buildsystem/templates/maintdb @@ -1,6 +1,6 @@ #!/bin/sh -MAINTDBDIR="<%= $maintdb_dbdir %>" +MAINTDBDIR="<%= maintdb_dbdir %>" function checkname() { -- cgit v1.2.1