perl で書かれた gitolite3 の構成ファイルを編集したいのですが、次のようになります。
# comments
# comments
%RC = (
# ------------------------------------------------------------------
# comments
UMASK => 0077,
# comments
GIT_CONFIG_KEYS => '',
# comments
ROLES => {
READERS => 1,
WRITERS => 1,
},
# comments
ENABLE => [
# comments
'help',
'desc',
'info',
'perms',
'writable',
# comments
],
);
# ------------------------------------------------------------------------------
# comments
1;
# comments
augeas が利用できない場合は、コメントを保持する何かが必要です。コメントは、私と将来の管理者にとって非常に便利です。