summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,
}
}