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

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

Issue 29337894: Issue 3686 - Replace sitescripts exec- with class-reference in class updateserver (Closed)
Patch Set: Created March 6, 2016, 11:19 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/updateserver/manifests/init.pp
diff --git a/modules/updateserver/manifests/init.pp b/modules/updateserver/manifests/init.pp
index b8b67f0e20956a330da4d9ac3f50888de484b1f9..49f4763e62615391e95b2f83ba37c9e05428d28a 100644
--- a/modules/updateserver/manifests/init.pp
+++ b/modules/updateserver/manifests/init.pp
@@ -105,7 +105,7 @@ class updateserver(
command => $update_update_manifests_script,
user => 'sitescripts',
timeout => 0,
- require => [Exec['fetch_sitescripts'],
+ require => [Class['sitescripts'],
Fetch_repository[$repositories_to_sync],
File[$update_update_manifests_script],
File[$update_manifest_dirs], File[$safari_certificate_path],
@@ -132,7 +132,7 @@ class updateserver(
user => 'nginx',
children => 1,
require => [
- Exec["fetch_sitescripts"],
+ Class["sitescripts"],
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