diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-07-12 10:24:46 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-07-12 10:24:46 +0000 |
commit | 0dba4f23c7d10e51f92d7fec8784a6518541af08 (patch) | |
tree | 01a3fcfb2fabf02e7ed6b358321f2c6ed3d53f42 /modules | |
parent | 61b6bf56effa2a764a898b1284620b070861e987 (diff) | |
download | puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.tar puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.tar.gz puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.tar.bz2 puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.tar.xz puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.zip |
fix use of maintdb_dbdir puppet variable
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/buildsystem/templates/maintdb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |