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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « manifests/webserver.pp ('k') | modules/private-stub/hiera/hosts/abpforum1.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # == Class: adblockplus::legacy 1 # == Class: adblockplus::legacy
2 # 2 #
3 # A container for migrating obsolete global resources, included with the 3 # A container for migrating obsolete global resources, included with the
4 # adblockplus class. See http://hub.eyeo.com/issues/1541 for more information. 4 # adblockplus class. See http://hub.eyeo.com/issues/1541 for more information.
5 # 5 #
6 class adblockplus::legacy { 6 class adblockplus::legacy {
7
8 # Formerly included with class statsclient
9 user {'stats':
10 ensure => 'absent',
11 }
12
13 # User resources cannot remove the associated $HOME directory
14 file {'/home/stats':
15 ensure => 'absent',
16 force => true,
17 recurse => true,
18 }
7 } 19 }
OLDNEW
« 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