summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-13 10:44:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-13 10:44:29 -0300
commitab34333d52fc41879931a96648ecc57be2c57684 (patch)
tree41d122c70c4bb8d7aa12253274666599c2bde100
parent92e432611864a3c06f3d86528cefb64c5a7535e0 (diff)
downloadpuppet-database-ab34333d52fc41879931a96648ecc57be2c57684.tar.gz
puppet-database-ab34333d52fc41879931a96648ecc57be2c57684.tar.bz2
Oops
-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,
}
}