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

Unified Diff: modules/web/manifests/server.pp

Issue 29337897: Issue 3686 - Replace sitescripts exec- with class-reference in class web::server (Closed)
Patch Set: Created March 6, 2016, 11:21 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/web/manifests/server.pp
diff --git a/modules/web/manifests/server.pp b/modules/web/manifests/server.pp
index e0ade4285dc16d8420f6d12debd8a460a27b7c59..169d1139c1018b36e6c48b0f37cfd42222f6cfc3 100644
--- a/modules/web/manifests/server.pp
+++ b/modules/web/manifests/server.pp
@@ -66,7 +66,7 @@ class web::server(
user => 'nginx',
children => 1,
require => [
- Exec["fetch_sitescripts"],
+ Class["sitescripts"],
Package["python-flup"],
],
}
@@ -152,7 +152,8 @@ class web::server(
cron {'generate_docs':
ensure => present,
require => [
- Exec['fetch_sitescripts', 'install_jsdoc'],
+ Class['sitescripts'],
+ Exec['install_jsdoc'],
Package['make', 'doxygen'],
File['/var/www/docs'],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld