From 8f0d7e8cb1894a920c2d1989fd23fe774bf8a6cb Mon Sep 17 00:00:00 2001 From: CJ Estel Date: Tue, 8 Sep 2015 15:10:22 -0400 Subject: [PATCH] changed variable namespace --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index d5749bf..2e72c92 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -146,7 +146,7 @@ } #build the databases base piece of the config file - concat::fragment { $::pgbouncer::dbtmpfile: + concat::fragment { $dbtmpfile: target => $conffile, content => template('pgbouncer/pgbouncer.ini.databases.part1.erb'), order => '01',