diff options
-rw-r--r-- | .gitreview | 1 | ||||
-rw-r--r-- | manifests/certmonger/ca/crl.pp | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/puppet-tripleo.git +defaultbranch=stable/pike diff --git a/manifests/certmonger/ca/crl.pp b/manifests/certmonger/ca/crl.pp index a69065d..f620257 100644 --- a/manifests/certmonger/ca/crl.pp +++ b/manifests/certmonger/ca/crl.pp @@ -138,7 +138,7 @@ class tripleo::certmonger::ca::crl ( cron { 'tripleo-refresh-crl-file': ensure => $ensure, command => $cron_cmd, - environment => 'PATH=/usr/bin SHELL=/bin/sh', + environment => 'PATH=/usr/bin:/bin SHELL=/bin/sh', user => 'root', minute => $minute, hour => $hour, @@ -4,7 +4,7 @@ skipsdist = True envlist = releasenotes [testenv] -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages} [testenv:releasenotes] deps = -r{toxinidir}/test-requirements.txt |