Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
85ed3c3f 12/24/2012 03:51 AM Dominic Cleal

fixes #2061 - test if oVirt API has HTTPS redirect

rest_client will refuse to follow redirects on POST requests, so the URL must
be entered as HTTPS. Don't require HTTPS as dev environments may be HTTP-only.

cd5947ee 12/24/2012 03:50 AM Robert Birnie

fixes #2062 - Add max_trends setting

dd838ac2 12/19/2012 08:59 AM Joseph Magen

added slash /unattended to other url_for calls

a3d09f07 12/19/2012 07:12 AM Dominic Cleal

refs #2023 - always write using_storeconfigs default as a boolean

0f7cd323 12/12/2012 03:40 AM Dominic Cleal

fixes #2030 - define instance variables during ERB evaluation when not using safemode

Thanks to Paavo Pokkinen <>

e36b9735 12/09/2012 04:19 AM Dominic Cleal

fixes #1995 - enable param class ENC by default on Puppet 2.6.5+

fc6fbf91 12/05/2012 01:03 PM Dominic Cleal

fixes #1994 - set vardir for puppet 3, use --configprint

When running Puppet 3 as a non-root user (i.e. foreman), both --confdir and
--vardir have to be specified as per Puppet #16637, else SSL settings dependent
on vardir will fail.

This adds a new puppetvardir setting used with puppetconfdir, and supports...

decd2842 12/05/2012 02:56 AM Amos Benari

replaced default taxonomy migration with a multiple actions for assigning hosts to orgs and locations.

8d3aa73e 12/02/2012 09:50 AM Romain Vrignaud

fixes #1886 adds Rackspace V2 support

Based on GregSutcliffe's initial pull request.

6670e58c 12/02/2012 08:07 AM Ivan Necas

Clear the thread values outside of handling request

Adding an around filter to clear the thread values. Without this there
is a risk that the thread value from previous request will be used in
other request, which can lead to security issues.

We clear the current user at the beginning of the request (except the...

View revisions

Also available in: Atom