File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1400,6 +1400,12 @@ Array: ['schema_name', 'object_name']
14001400
14011401` pg_hba.conf ` にルールを配置する順序を設定します。
14021402
1403+ 文字列または整数を使用できます。
1404+ 整数の場合、ゼロパディングで3桁にして文字列に変換します。
1405+ 例えば` 42 ` はゼロパディングされて文字列` '042' ` になります。
1406+
1407+ ` pg_hba_rule ` フラグメントのソートでは、[ 順序] を` alpha ` に設定します(https://forge.puppet.com/puppetlabs/concat/reference#order)。
1408+
14031409デフォルト値: 150。
14041410
14051411#### ` postgresql_version `
@@ -1904,13 +1910,7 @@ Postgresqlモジュールにはサンプルタスクがあり、ユーザはデ
19041910
19051911PostgreSQLのバージョン8.1~9.5で動作します。
19061912
1907- 現在、postgresqlモジュールは次のオペレーティングシステムでテスト済みです。
1908-
1909- * Debian 6.x, 7.x, 8.x.
1910- * CentOS 5.x、6.x、7.x。
1911- * Ubuntu 10.04および12.04、14.04。
1912-
1913- その他のシステムとも互換性がある可能性がありますが、積極的なテストは行っておりません。
1913+ サポートされているオペレーティングシステムの一覧については、[ metadata.json] ( https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/metadata.json ) を参照してください。
19141914
19151915### Aptモジュールのサポート
19161916
You can’t perform that action at this time.
0 commit comments