From d92e4852743188101bd9889be575d0e0b5c0bf7c Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Thu, 28 Oct 2010 23:51:17 +0000 Subject: - typo --- modules/postgresql/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/postgresql/manifests') 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': -- cgit v1.2.1