 Issue 29483575:
  #2007 - Create abp::legacy::webserver class for hiera compatibility  (Closed)
    
  
    Issue 29483575:
  #2007 - Create abp::legacy::webserver class for hiera compatibility  (Closed) 
  | Index: hiera/roles/web/adblockplus.yaml | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/hiera/roles/web/adblockplus.yaml | 
| @@ -0,0 +1,29 @@ | 
| +classes: | 
| + nodejs: | 
| + adblockplus::legacy::webserver: | 
| + adblockplus::log: | 
| + | 
| +adblockplus::packages: | 
| 
mathias
2017/07/12 16:13:46
Both make and doxygen are actual requirements for
 
f.lopez
2017/07/12 16:25:59
Acknowledged.
 | 
| + - make | 
| + - doxygen | 
| + | 
| +adblockplus::log::rotations: | 
| + nginx_email_submission: | 
| + count: 120 | 
| + ensure: present | 
| + interval: monthly | 
| + path: /var/log/nginx/email_submission | 
| + | 
| +nodejs::packages: | 
| + jsdoc: | 
| + options: | 
| 
mathias
2017/07/12 16:13:46
Aren't options obsolete now?
 
f.lopez
2017/07/12 16:25:59
Acknowledged.
 | 
| + - --global | 
| + | 
| +sitescripts::configfragments: | 
| + formmail_template: | 
| + content: | | 
| + [multiplexer] | 
| + sitescripts.subscriptions.web.fallback = | 
| + [subscriptions] | 
| + repository=/opt/sitescripts/sitescripts/subscriptionlist | 
| + |