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

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

Issue 29354719: Issue 4458 - Update dependencies for updateUpdateManifests script (Closed) Base URL: https://hg.adblockplus.org/infrastructure
Patch Set: Created Sept. 22, 2016, 8:19 a.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
===================================================================
--- a/modules/updateserver/manifests/init.pp
+++ b/modules/updateserver/manifests/init.pp
@@ -92,17 +92,17 @@ class updateserver(
$update_update_manifests_script = '/usr/local/bin/update_update_manifests'
file {$update_update_manifests_script:
mode => '0755',
content => template('updateserver/update_update_manifests.erb')
}
- $update_update_manifests_dependencies = ['python-m2crypto', 'python-jinja2']
+ $update_update_manifests_dependencies = ['python-crypto', 'python-jinja2']
package {$update_update_manifests_dependencies:}
exec {'update_update_manifests':
command => $update_update_manifests_script,
user => 'sitescripts',
timeout => 0,
require => [Class['sitescripts'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld