Mercurial > repos > other > Puppet
annotate modules/mysql/examples/bindings.pp @ 169:4efaba4fbe94 puppet-3.6
Expand PHP OpCache config in line with NextCloud recommendations
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 01 Sep 2017 11:36:16 +0100 |
parents | 58d1818c2ded |
children |
rev | line source |
---|---|
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1 class { 'mysql::bindings': |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
2 php_enable => true, |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
3 } |