Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/notificationserver/manifests/init.pp

Issue 29337888: Issue 3686 - Replace sitescripts exec- with class-reference in class notificationserver (Closed)
Patch Set: Created March 6, 2016, 11:15 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notificationserver/manifests/init.pp
diff --git a/modules/notificationserver/manifests/init.pp b/modules/notificationserver/manifests/init.pp
index 9e7a62eff1f79b5671d6305656081c56a7f673b9..ddd102f98371f400f359dd86f86f8a69b5a08b51 100644
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -40,7 +40,7 @@ class notificationserver($is_default = false) {
user => 'nginx',
children => 1,
require => [
- Exec['fetch_sitescripts'],
+ Class['sitescripts'],
Exec['fetch_notifications'],
Package['python-flup']
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld