| 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}" |