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

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

Issue 9545004: Merged easylist-downloads and easylist-msie configurations (Closed)
Patch Set: Created March 4, 2013, 8:15 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 | « modules/filterserver/files/inc.easylist-downloads-txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/manifests/init.pp
===================================================================
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -74,27 +74,21 @@ class filterserver {
file {'/etc/nginx/sites-available/inc.easylist-downloads':
ensure => file,
notify => Service['nginx'],
before => Nginx::Hostconfig['easylist-downloads.adblockplus.org'],
source => 'puppet:///modules/filterserver/inc.easylist-downloads'
}
file {'/etc/nginx/sites-available/inc.easylist-downloads-txt':
- ensure => file,
- notify => Service['nginx'],
- before => Nginx::Hostconfig['easylist-downloads.adblockplus.org'],
- source => 'puppet:///modules/filterserver/inc.easylist-downloads-txt'
+ ensure => absent
}
file {'/etc/nginx/sites-available/inc.easylist-downloads-tpl':
- ensure => file,
- notify => Service['nginx'],
- before => Nginx::Hostconfig['easylist-downloads.adblockplus.org'],
- source => 'puppet:///modules/filterserver/inc.easylist-downloads-tpl'
+ ensure => absent
}
file {'/etc/nginx/sites-available/easylist-downloads.adblockplus.org_sslcert.key':
ensure => file,
notify => Service['nginx'],
before => Nginx::Hostconfig['easylist-downloads.adblockplus.org'],
source => 'puppet:///modules/private/easylist-downloads.adblockplus.org_sslcert.key'
}
« no previous file with comments | « modules/filterserver/files/inc.easylist-downloads-txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld