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:
Khai Do
2015-12-30 11:37:39 -08:00
parent f7b9c992cd
commit 463a313544

View File

@@ -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