From: Silvio Rhatto Date: Mon, 13 Jun 2016 13:46:50 +0000 (-0300) Subject: Rename hiera variable X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0293b06e919015d2df78f182fcbb01e06a16711c;p=puppet-database.git Rename hiera variable --- diff --git a/manifests/init.pp b/manifests/init.pp index 3b6d74b..92add17 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -38,7 +38,7 @@ class database { 'tmp_table_size': value => hiera('database::tmp_table_size', '64M'); 'max_heap_table_size': value => hiera('database::max_heap_table_size', '64M'); 'innodb_buffer_pool_size': value => hiera('database::innodb_buffer_pool_size', '256M'); - 'table_open_cache': value => hiera('database::table_cache', '800'); + 'table_open_cache': value => hiera('database::table_open_cache', '800'); } # Renamed to table_open_cache