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

Unified Diff: modules/adblockplus/manifests/legacy.pp

Issue 29464599: #1538 - Remove class statsclient and associated resources (Closed)
Patch Set: Created June 13, 2017, 9:56 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 | « manifests/webserver.pp ('k') | modules/private-stub/hiera/hosts/abpforum1.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/legacy.pp
diff --git a/modules/adblockplus/manifests/legacy.pp b/modules/adblockplus/manifests/legacy.pp
index 0d84df8f0864de029619a0570786141d15f1de0a..d51bc253e0a5bdea86b052a42ac6867c1d43752d 100644
--- a/modules/adblockplus/manifests/legacy.pp
+++ b/modules/adblockplus/manifests/legacy.pp
@@ -4,4 +4,16 @@
# adblockplus class. See http://hub.eyeo.com/issues/1541 for more information.
#
class adblockplus::legacy {
+
+ # Formerly included with class statsclient
+ user {'stats':
+ ensure => 'absent',
+ }
+
+ # User resources cannot remove the associated $HOME directory
+ file {'/home/stats':
+ ensure => 'absent',
+ force => true,
+ recurse => true,
+ }
}
« no previous file with comments | « manifests/webserver.pp ('k') | modules/private-stub/hiera/hosts/abpforum1.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld