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