diff options
-rw-r--r-- | modules/postgresql/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgresql/manifests/init.pp b/modules/postgresql/manifests/init.pp index ff74ffea..e7e4fff8 100644 --- a/modules/postgresql/manifests/init.pp +++ b/modules/postgresql/manifests/init.pp @@ -14,7 +14,7 @@ class postgresql { mode => 644, content => template("postgresql/postgresql.conf"), require => Package["postgresql9.0-server"], - notify => [Service['postgreql']] + notify => [Service['postgresql']] } file { '/var/lib/pgsql/data/pg_hba.conf': |