From ab34333d52fc41879931a96648ecc57be2c57684 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 13 Jun 2016 10:44:29 -0300 Subject: Oops --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 1a3509a..3b6d74b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -44,6 +44,6 @@ class database { # Renamed to table_open_cache database::config { 'table_cache': value => hiera('database::table_cache', '800'), - ensure => absent. + ensure => absent, } } -- cgit v1.2.3