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

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

Issue 29337885: Issue 3686 - Replace sitescripts exec- with class-reference in class downloadserver (Closed)
Patch Set: Created March 6, 2016, 11:13 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/downloadserver/manifests/init.pp
diff --git a/modules/downloadserver/manifests/init.pp b/modules/downloadserver/manifests/init.pp
index 73300a1f438933675a51a6ed21cab35c2f52658a..1c4d6d1ae2152e3bd3b6a412ea2eb7536f7d2680 100644
--- a/modules/downloadserver/manifests/init.pp
+++ b/modules/downloadserver/manifests/init.pp
@@ -25,7 +25,7 @@ class downloadserver(
user => 'nginx',
children => 1,
require => [
- Exec['fetch_sitescripts'],
+ Class['sitescripts'],
Package['python-flup', 'python-jinja2'],
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld