File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -332,10 +332,11 @@ repositories containing Puppet code must have at least two branches: `master`
332
332
and ` qa ` , meaning that they will always be expanded by Jens. This behaviour can
333
333
be configured by the ` mandatorybranches ` configuration key.
334
334
335
- As environment definitions are just Yaml files, the files can be easily
336
- protected from unauthorised/accidental modification via, for instance, Gitolite
337
- rules. Another option is to receive changes via merge requests that will be
338
- validated by an external job under the administrator's control.
335
+ As environment definitions are just Yaml files, the files can be
336
+ easily protected from unauthorised/accidental modification via, for
337
+ instance, Gitolite rules. Another option is to receive changes via
338
+ merge requests that will be validated by an external continuous
339
+ integration job under the administrator's control.
339
340
340
341
### How does an environment look like on disk?
341
342
You can’t perform that action at this time.
0 commit comments