diff modules/mysql/examples/bindings.pp @ 26:58d1818c2ded puppet-3.6

Update MySQL module (which adds "staging" module)
author IBBoard <dev@ibboard.co.uk>
date Mon, 09 Mar 2015 01:34:59 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/mysql/examples/bindings.pp	Mon Mar 09 01:34:59 2015 +0000
@@ -0,0 +1,3 @@
+class { 'mysql::bindings':
+  php_enable => true,
+}