diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 16:09:21 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 16:09:21 -0200 |
| commit | f8b8ff0593bc441da35bd61a929f6391d9d81076 (patch) | |
| tree | b69ef9d2c60add8614d62ff47c15803c3f2cbbc8 /manifests | |
| parent | 4f54235167c5dce2150dfb1a37dab5d355782efd (diff) | |
| download | puppet-mysql-f8b8ff0593bc441da35bd61a929f6391d9d81076.tar.gz puppet-mysql-f8b8ff0593bc441da35bd61a929f6391d9d81076.tar.bz2 | |
Oops
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/server.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/server.pp b/manifests/server.pp index 3b118f9..31df963 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -1,5 +1,5 @@ class mysql::server( - $rootpw => hiera('mysql::server::rootpw', '') + $rootpw = hiera('mysql::server::rootpw', '') ){ include mysql |
