Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  facter
  puppet

Latest revisions

# Date Author Comment
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...

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...

e74e1009 04/13/2016 05:26 PM Dominic Cleal

Refresh smart proxy only when currently registered

Prevents misleading error messages due to unknown smart proxy IDs.

closes GH-431

44cd2e50 04/05/2016 10:48 AM Dominic Cleal

Document types/providers, deprecate smart proxy rest provider [ci skip]

d605d722 03/31/2016 10:30 AM Alex Fisher

Fix foreman_smartproxy provider idempotency

Previously, if ::foreman_proxy::registered_name contained spaces, the
provider would not find the already registered proxy when searching
using the API.

This would result in errors like...

```
Error: /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[Puppet on...

351f41f1 03/31/2016 03:30 AM Taylan Develioglu

Fix nil provider assignment in foreman_config_entry.

Provider `cli` for `foreman_config_entry` can pass nil instead of a
valid provider during prefetch if a config_entry is not found.

This breaks puppet during prefetch:

Error: Could not prefetch foreman_config_entry provider 'cli': undefined...
14aaf280 02/12/2016 04:44 AM Dan Rosenbloom

Add settings file lookup for default oauth keys

Closes GH-394

9f5725b1 02/05/2016 08:37 PM Dan Rosenbloom

Adding hostgroup provider and type

Adds a provider and type for foreman hostgroups based on the existing
foreman_smartproxy provider and type.

OAuth key and secret default to values in /etc/foreman/settings.yaml
URL defaults to https://localhost
Timeout defaults to 60...

a41fce0a 02/03/2016 09:25 AM Frank Holtz

foreman(): filter_result function. Easy way to extract values from foreman api search

Closes GH-387

c7868ff9 12/26/2015 02:15 PM Michael Moll

fix key-value splitting in foreman_config_entry

View revisions

Also available in: Atom