From 85d6d9d364d2b38305cf35c40a804583f7e7476c Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 13 Mar 2013 09:34:23 -0700 Subject: [PATCH] Add a jenkins level to the hierarchy This provides a place for jenkins to populate hiera data. --- manifests/setup/hosts.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/setup/hosts.pp b/manifests/setup/hosts.pp index 9732c76..7db0aee 100644 --- a/manifests/setup/hosts.pp +++ b/manifests/setup/hosts.pp @@ -48,6 +48,7 @@ file { '/etc/puppet/hiera.yaml': - yaml :hierarchy: - "%{hostname}" + - jenkins - common :yaml: :datadir: /etc/puppet/hiera_data'