Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  acceptance
  classes
  defines
spec.opts 59 Bytes
spec_helper.rb 2.2 KB
spec_helper_acceptance.rb 1.25 KB

Latest revisions

# Date Author Comment
6e7e2ba1 03/14/2017 08:23 AM Michael Moll

add beaker, pin logging for Ruby 1.9

bd9593bf 03/10/2017 12:16 PM Timo Goebel

add SLES AIO agent support

b194e9dc 03/07/2017 03:13 AM Ngibb

Add optional ssl_chain_filepath option for puppet::server

d30a29a7 03/06/2017 07:41 AM Phillip Reisbeck

Add toggle to disable ssl key handling (#481)

To enable external certificate and key handling add a new boolean to disable the standard private_key

Closes GH-479

619eae73 02/01/2017 05:29 AM Thomas Mueller

Add docker nodesets for CentOS 6 and 7

Ran a successfull test with:

```
BEAKER_debug=yes PUPPET_INSTALL_TYPE=agent \
BEAKER_set=centos-6-x64_docker BEAKER_destroy=no \
bundle exec rspec spec/acceptance/puppetserver_latest_spec.rb
```

0ecaf8e0 02/01/2017 05:29 AM Thomas Mueller

Add simple acceptance tests

Run tests one by one with:

```
PUPPET_INSTALL_TYPE=agent \
BEAKER_debug=yes \
BEAKER_set=centos-7-x64 \
BEAKER_destroy=no \
bundle exec rspec spec/acceptance/puppetserver_upgrade_2_6_0_to_2_7_2_spec.rb

PUPPET_INSTALL_TYPE=agent \...

8edc3f0c 01/04/2017 01:03 PM James Powis

allow enabling crl when server_ca => false

This allows the CRL to be enabled when puppet_ca is disabled.
Additionally, provide the ability to sync #{ssldir}/ca/ca_crl.pem
contents to #{ssldir}/crl.pem from a master of masters.

closes GH-460

248e79d3 12/23/2016 12:54 PM James Powis

address use cases where $::domain fact is null

7a9226d3 12/17/2016 11:26 AM Martin Schurz

set vardir, rundir and logdir explicitly in puppet.conf

see https://docs.puppet.com/puppetserver/2.7/puppet_conf_setting_diffs.html#overriding-puppet-settings-in-puppet-server

a715490c 12/15/2016 11:37 AM Nick George

allow to supply content for the autosign file

closes GH-413
closes GH-416

View revisions

Also available in: Atom