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

Side by Side Diff: modules/adblockplus/manifests/init.pp

Issue 29329617: Issue 2864 - Introduce class adblockplus::logmaster (Closed)
Patch Set: Created Nov. 2, 2015, 2:34 p.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 | « hiera/roles/logserver.yaml ('k') | modules/adblockplus/manifests/logmaster.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # == Class: adblockplus
2 #
3 # The adblockplus class and the associated adblockplus:: namespace are
4 # used to integrate Puppet modules with each other, in order to assemble
5 # the setups used by the Adblock Plus project.
6 #
7 class adblockplus {
8
9 # A common location for directories specific to the adblockplus:: setups,
10 # managed via Puppet, but accessible by all users with access to the system
11 @file {'/var/adblockplus':
12 ensure => 'directory',
13 mode => 0755,
14 owner => 'root',
15 }
16 }
OLDNEW
« no previous file with comments | « hiera/roles/logserver.yaml ('k') | modules/adblockplus/manifests/logmaster.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld