Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  classes
  defines
  functions
  static_fixtures
  unit
spec.opts 59 Bytes
spec_helper.rb 1.73 KB

Latest revisions

# Date Author Comment
eb1f2a99 04/29/2016 08:59 AM Dominic Cleal

Revert default rest_v3 request data to nil (#439)

Fixes refreshing of smart proxies against Foreman, since the PUT
request data defaulted to `{}`. This causes the oauth gem to form
encode the empty hash data, overriding the Content-Type to application/
x-www-form-urlencoded and the request is rejected by Foreman with a 415...

02f4ae07 04/28/2016 01:19 PM Chris Duryee

Fixes #14852 - do not pass in "data" param unless needed (#436)

Previously, the "data" param was passed to all oauth requests. This caused
issues with `GET` requests, since `data` and `headers` gets mashed into
`*arguments`, and then the oauth gem will `shift` off the first argument if...

ac81595e 04/22/2016 05:31 AM Dominic Cleal

Enable foreman-release-scl on RHEL

Foreman 1.12 requires it for access to the CentOS SCLo repositories
containing sclo-ror42.

ac078779 04/19/2016 07:31 AM Dominic Cleal

Change foreman::providers package resources to ensure_package()

Prevents duplicate resources between foreman::providers and
foreman::puppetmaster on ruby/rubygem-json.

51e26e56 04/18/2016 04:38 AM Dominic Cleal

fixes #14455 - add rest_v3 smart proxy provider using OAuth gem

The new provider has fewer dependencies than rest_v2 (with
apipie-bindings), therefore it's easier to package the dependencies for
an AIO version of Puppet. puppet-agent-oauth will be provided by the...

5615a66b 04/16/2016 12:52 PM Markus Frosch

Updating repos::apt to puppetlabs-apt standards

This will also require puppetlabs-apt > 2.0.0 because the provider has recommended new parameter style.

fixes GH-428
closes GH-429

5c2f1095 04/06/2016 01:03 PM cristian falcas

allow plugins to be updated

99ff6ead 04/04/2016 07:10 AM Dominic Cleal

Add foreman::providers to install provider dependencies

This will replace the package resource in foreman_proxy and help when
using the providers here outside of foreman_proxy.

76c7f4bb 04/01/2016 11:50 AM Markus Frosch

Allow user to select vhost priority

closes GH-418

84273f41 03/29/2016 05:24 AM Dominic Cleal

Fix function spec failures under rspec-puppet 2.4.0

Specs are rewritten to use the documented function testing helpers,
which fixes the errors seen under Puppet 4 with 2.4.0 due to changes
in initialisation.

Puppet::DevError:
Function ensure_value_in_string not defined despite being loaded!

View revisions

Also available in: Atom