Mercurial > repos > other > Puppet
view modules/mysql/examples/mysql_grant.pp @ 105:e50dab7495d7 puppet-3.6
Make sure that we're always setting HSTS headers, even when cannonicalising domains
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 23 Apr 2016 16:28:47 +0100 |
parents | 58d1818c2ded |
children | 668df4711671 |
line wrap: on
line source
mysql_grant{'test1@localhost/redmine.*': user => 'test1@localhost', table => 'redmine.*', privileges => ['UPDATE'], }