From 8d61d1d4831b80b579758bfa135973d39fafd22c Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 12 Nov 2012 14:26:35 -0800 Subject: [PATCH] Fix oneiric1 cgroups and ulimits check. The check for the inclusion of cgroups and ulimits on oneiric one incorrectly used the $hostname fact instead of the $fqdn fact. Correct the check. Change-Id: I214c81e42a527eb22bf7eb4f81f6d74ae8f47414 Reviewed-on: https://review.openstack.org/15922 Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index cf142681af..9f4422f13f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -251,7 +251,7 @@ node /^oneiric.*\.slave\.openstack\.org$/ { swift_store_key => hiera('swift_store_key'), swift_store_container => hiera('swift_store_container'), } - if $::hostname == 'oneiric1.slave.openstack.org' { + if $::fqdn == 'oneiric1.slave.openstack.org' { include jenkins::cgroups include ulimit ulimit::conf { 'limit_jenkins_procs':