Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#
# $reverse_proxy_backend_protocol:: Configure the protocol used by the reverse proxy to connect to Foreman
#
# $reverse_proxy_vhost_params:: Optional vhost parameters for the reverse proxy
#
# $pulpcore_allowed_content_checksums:: List of checksums to use for pulpcore content operations
#
# $pulpcore_manage_postgresql:: Manage the Pulpcore PostgreSQL database.
Expand Down Expand Up @@ -78,6 +80,7 @@
Boolean $pulpcore_mirror = false,

Enum['h2', 'https'] $reverse_proxy_backend_protocol = 'h2',
Hash $reverse_proxy_vhost_params = {},

Boolean $enable_yum = true,
Boolean $enable_file = true,
Expand Down Expand Up @@ -244,6 +247,7 @@
},
port => $rhsm_port,
priority => '10',
vhost_params => $reverse_proxy_vhost_params,
before => Class['pulpcore::apache'],
}
}
Expand Down
Loading