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

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

Issue 10642004: Simplify filter download server configuration (Closed)
Patch Set: Created May 22, 2013, 8:16 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 ('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
@@ -67,20 +67,17 @@ class filterserver {
}
file {'/var/www/subscriptionStats.ini':
ensure => present,
owner => rsync
}
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'
+ ensure => absent,
}
file {'/etc/nginx/sites-available/inc.easylist-downloads-txt':
ensure => absent
}
file {'/etc/nginx/sites-available/inc.easylist-downloads-tpl':
ensure => absent
« no previous file with comments | « modules/filterserver/files/inc.easylist-downloads ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld