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

Issue 29363762: Issue 3789 - Default File $group to be root (Closed)

Created:
Nov. 22, 2016, 2:21 p.m. by f.nicolaisen
Modified:
Nov. 28, 2016, 8:29 a.m.
Reviewers:
mathias
CC:
f.lopez, f.lopez_adblockplus.org
Base URL:
https://hg.adblockplus.org/infrastructure/
Visibility:
Public.

Description

Issue 3789 - Default File $group to be root When provisioning locally using vagrant, files that have no explicit group defined will end up with group ownership `vagrant`. By setting the default to be group root at the top level, all files without specified group (including existing files) will be changed to have group root during provisioning. NOTE: This patch depends on https://codereview.adblockplus.org/29363759/ being applied in order to have the desired effect.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove unrelated linebreat at EOF #

Patch Set 3 : 2 space indent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M manifests/site.pp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 7
f.nicolaisen
Nov. 22, 2016, 2:21 p.m. (2016-11-22 14:21:33 UTC) #1
f.lopez
On 2016/11/22 14:21:33, f.nicolaisen wrote: Please remove the unnecessary whitespace at the end of the ...
Nov. 22, 2016, 2:46 p.m. (2016-11-22 14:46:39 UTC) #2
f.nicolaisen
On 2016/11/22 14:46:39, f.lopez wrote: > On 2016/11/22 14:21:33, f.nicolaisen wrote: > > Please remove ...
Nov. 22, 2016, 2:52 p.m. (2016-11-22 14:52:29 UTC) #3
f.lopez
On 2016/11/22 14:52:29, f.nicolaisen wrote: > On 2016/11/22 14:46:39, f.lopez wrote: > > On 2016/11/22 ...
Nov. 22, 2016, 3:19 p.m. (2016-11-22 15:19:36 UTC) #4
mathias
https://codereview.adblockplus.org/29363762/diff/29363763/manifests/site.pp File manifests/site.pp (right): https://codereview.adblockplus.org/29363762/diff/29363763/manifests/site.pp#newcode10 manifests/site.pp:10: group => 'root', Please use two spaces for indentation, ...
Nov. 22, 2016, 3:33 p.m. (2016-11-22 15:33:13 UTC) #5
f.nicolaisen
Not sure whether I should send another update after pushing, but I've fixed the 2 ...
Nov. 22, 2016, 3:48 p.m. (2016-11-22 15:48:50 UTC) #6
mathias
Nov. 22, 2016, 4:16 p.m. (2016-11-22 16:16:00 UTC) #7
LGTM.

Powered by Google App Engine
This is Rietveld