File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -754,6 +754,12 @@ PostgreSQL Pythonパッケージの名前。
754754
755755#### postgresql::server
756756
757+ ##### ` config_entries `
758+
759+ ` postgresql::server::config_entry ` のリソースを構築するハッシュを指定します。
760+
761+ デフォルト値: ` {} `
762+
757763##### ` createdb_path `
758764
759765** 非推奨** ` createdb ` コマンドへのパスを指定します。
@@ -894,6 +900,12 @@ pg_ident.confファイルを上書きします。
894900
895901` pg_hba.conf ` ファイルへのパスを指定します。
896902
903+ ##### ` pg_hba_rules `
904+
905+ ` postgresql::server::pg_hba_rule ` のリソースを構築するハッシュを指定します。
906+
907+ デフォルト値: ` {} `
908+
897909##### ` pg_ident_conf_path `
898910
899911` pg_ident.conf ` ファイルへのパスを指定します。
@@ -936,6 +948,12 @@ postgresユーザのパスワードを特定の値に設定します。デフォ
936948
937949デフォルト値: OSによって異なります。
938950
951+ ##### ` roles `
952+
953+ ` postgresql::server::role ` のリソースを構築するハッシュを指定します。
954+
955+ デフォルト値: ` {} `
956+
939957##### ` service_manage `
940958
941959Puppetがサービスを管理するかどうかを定義します。
@@ -1483,6 +1501,8 @@ PostgreSQLコマンド'REASSIGN OWNED'をデータベースに対して実行し
14831501
14841502全パラメータリストの詳細な説明は、[ PostgreSQLマニュアル] ( http://www.postgresql.org/docs/current/static/recovery-config.html ) にあります。
14851503
1504+ テンプレートでは、指定されたパラメータのみが認識されます。` recovery.conf ` は、少なくとも1つのパラメータが設定済みで、** かつ** 、[ manage_recovery_conf] ( #manage_recovery_conf ) がtrueの場合のみ作成されます。
1505+
14861506パラメータは、次の3つのセクションにグループ分けされています。
14871507
14881508##### [ アーカイブリカバリパラメータ] ( http://www.postgresql.org/docs/current/static/archive-recovery-settings.html )
You can’t perform that action at this time.
0 commit comments