diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 21:06:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 21:06:44 -0200 |
commit | 9a98e314b36667e0d4141874e61656583c3794d2 (patch) | |
tree | 7854d4a2b5f657ecef8d6ffb5f9dcec26fc9fb74 | |
parent | 6bf60a8d707b747e95fceaf6d5c6a6c2f9ce9e11 (diff) | |
download | puppet-nodo-9a98e314b36667e0d4141874e61656583c3794d2.tar.gz puppet-nodo-9a98e314b36667e0d4141874e61656583c3794d2.tar.bz2 |
Rollback database privileges default value
-rw-r--r-- | manifests/subsystems/database.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/database.pp b/manifests/subsystems/database.pp index 5796e9c..beedfa6 100644 --- a/manifests/subsystems/database.pp +++ b/manifests/subsystems/database.pp @@ -28,7 +28,7 @@ class database { } # Database definitions - define instance($password, $ensure = 'present', $privileges = all) { + define instance($password, $ensure = 'present', $privileges = "all") { include mysql::server mysql_database { "${name}": |