Fix Gerrit's puppet mimetype specifier
Gerrit uses code mirror and the mimetype[2] for puppet is 'x-puppet'[2] not 'pp'. [1] https://gerrit-documentation.storage.googleapis.com/Documentation/ 2.11/config-gerrit.html#mimetype [2] https://codemirror.net/mode/puppet/index.html Change-Id: I8518bb724848bfc4be7cbe5ec5829f4c44a0e5b3
This commit is contained in:
@@ -159,7 +159,7 @@
|
|||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/html"]
|
[mimetype "text/html"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/pp"]
|
[mimetype "text/x-puppet"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/x-ini"]
|
[mimetype "text/x-ini"]
|
||||||
safe = true
|
safe = true
|
||||||
|
|||||||
Reference in New Issue
Block a user