Removed last forgotten "notify => Service[...]" from manifests

This commit is contained in:
Alexander Trost
2015-10-05 21:23:32 +02:00
parent 1d79477f6d
commit 7db8fcf78c

View File

@@ -29,6 +29,5 @@ class zulip::postgres_appdb {
group => "root",
mode => 644,
source => "puppet:///modules/zulip/supervisor/conf.d/zulip_db.conf",
notify => Service[supervisor],
}
}