File tree 1 file changed +7
-7
lines changed
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']
1400
1400
1401
1401
` pg_hba.conf ` にルールを配置する順序を設定します。
1402
1402
1403
+ 文字列または整数を使用できます。
1404
+ 整数の場合、ゼロパディングで3桁にして文字列に変換します。
1405
+ 例えば` 42 ` はゼロパディングされて文字列` '042' ` になります。
1406
+
1407
+ ` pg_hba_rule ` フラグメントのソートでは、[ 順序] を` alpha ` に設定します(https://forge.puppet.com/puppetlabs/concat/reference#order)。
1408
+
1403
1409
デフォルト値: 150。
1404
1410
1405
1411
#### ` postgresql_version `
@@ -1904,13 +1910,7 @@ Postgresqlモジュールにはサンプルタスクがあり、ユーザはデ
1904
1910
1905
1911
PostgreSQLのバージョン8.1~9.5で動作します。
1906
1912
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 ) を参照してください。
1914
1914
1915
1915
### Aptモジュールのサポート
1916
1916
You can’t perform that action at this time.
0 commit comments