fix filename
[mirror/dsa-puppet.git] / modules / postgres / manifests / init.pp
index fb6f055..d146310 100644 (file)
@@ -30,7 +30,7 @@ class postgres {
        }
        file { '/usr/local/sbin/dsa-restart-all-idle-postgres':
                ensure => $ensure,
-               source  => 'puppet:///modules/postgres/dsa-restart-idle-postgres',
+               source  => 'puppet:///modules/postgres/dsa-restart-all-idle-postgres',
                mode => '0555',
        }
 }