Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  admin
  apache
  child
  consumer
  crane
  repo
admin.pp 4.78 KB
apache.pp 5.32 KB
apache_plugin.pp 614 Bytes
broker.pp 681 Bytes
child.pp 654 Bytes
config.pp 4.58 KB
consumer.pp 7.31 KB
crane.pp 1.23 KB
database.pp 491 Bytes
init.pp 20.3 KB
install.pp 1.17 KB
params.pp 3.28 KB
service.pp 307 Bytes

Latest revisions

# Date Author Comment
e3754ecd 05/31/2017 12:13 PM Ewoud Kohl van Wijngaarden

Disable oauth by default

OAuth has been deprecated since 2.4.0 and will be removed. We also have
insecure defaults.

Closes GH-175

d143896f 05/23/2017 03:19 PM John Mitsch

Fix typo in apache manifest (#244)

The capital L in location is actually causing apache to use
a Directory block instead of a Location one. This block is
being ignored because /pulp/api doesn't exist on the
filesystem.

d63b4316 05/16/2017 10:07 AM Ewoud Kohl van Wijngaarden

Refactor the class inclusions and chaining

b7953f16 05/16/2017 10:07 AM Ewoud Kohl van Wijngaarden

Ensure /etc/httpd/conf.d/pulp.conf doesn't interfere

The katello-installer already wipes this file1 but if Apache attempts
to start before it's wiped then it will fail to start due to a missing
certificate:

httpd27117: AH00526: Syntax error on line 21 of /etc/httpd/conf.d/pulp.conf:...

4a8ab2cf 05/12/2017 02:02 PM Ewoud Kohl van Wijngaarden

Add repo classes (#229)

f4ca4c49 05/12/2017 10:55 AM Ewoud Kohl van Wijngaarden

Refactor pulp::child

This commit factors out the Apache vhost to a separate class. It also
makes all used variables explicit in the local scope. This simplifies
testing and additional coverage has been added.

908b6ba6 05/10/2017 09:14 PM Ewoud Kohl van Wijngaarden

Use puppetlabs-apache vhost options where possible

6988349a 05/10/2017 09:14 PM Ewoud Kohl van Wijngaarden

Remove unused variables

3bf701ba 05/10/2017 07:21 PM Ewoud Kohl van Wijngaarden

Use the $pulp::ca_cert variable rather than hardcoding

The pulp-gen-ca-certificate reads the location from the config file, so
the output location is variable.

e1a4c26f 05/10/2017 07:19 PM Ewoud Kohl van Wijngaarden

Run pulp-gen-key-pair to create the rsa key

https://github.com/pulp/pulp/commit/7476b6cb6971ff5a513152b698fb7b861dcc42a0
removed the generation of the RSA keypair from the post installation.
Since 2.13.0 is pulled in nightly, this is causing problems.

This will fail on older pulp versions since they don't ship this script,...

View revisions

Also available in: Atom