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

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

Issue 6193065219850240: Issue 1145 - Generate real IE update manifests (Closed)
Patch Set: Created July 30, 2014, 3:22 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 | « modules/updateserver/files/sitescripts ('k') | 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
@@ -44,6 +44,7 @@
$update_manifest_dirs = ["${update_dir}/gecko",
"${update_dir}/adblockplusandroid",
+ "${update_dir}/adblockplusie",
"${update_dir}/adblockplussafari"]
file {$update_manifest_dirs:
@@ -53,17 +54,6 @@
group => 'sitescripts'
}
- file {"${update_dir}/adblockplusie":
- ensure => directory,
- mode => 0755
- }
-
- file {"${update_dir}/adblockplusie/update.json":
- ensure => file,
- source => 'puppet:///modules/updateserver/adblockplusie/update.json',
- mode => 0644
- }
-
nginx::hostconfig{$domain:
source => 'puppet:///modules/updateserver/site.conf',
is_default => $is_default,
@@ -83,8 +73,9 @@
}
$repositories_to_sync = ['downloads', 'adblockplus', 'adblockplusandroid',
- 'adblockpluschrome', 'elemhidehelper', 'abpwatcher',
- 'abpcustomization', 'urlfixer']
+ 'adblockpluschrome', 'adblockplusie',
+ 'elemhidehelper', 'abpwatcher', 'abpcustomization',
+ 'urlfixer']
define fetch_repository() {
$repository_path = "${updateserver::sitescripts_var_dir}/${title}"
« no previous file with comments | « modules/updateserver/files/sitescripts ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld