From 437433ff44cd77915a4a7b1d61d7aa624c44b41a Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Mon, 3 Aug 2015 14:44:35 -0700 Subject: Remove hiera.yaml and instead manage it with puppet code Added hunner/hiera to the Puppetfile and a manifest to use it instead of placing a hiera.yaml in the repo. --- hiera.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 hiera.yaml (limited to 'hiera.yaml') diff --git a/hiera.yaml b/hiera.yaml deleted file mode 100644 index bc98555..0000000 --- a/hiera.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -:backends: - - yaml -:hierarchy: - - "nodes/%{clientcert}" - - common - -:yaml: - :datadir: "/etc/puppetlabs/puppet/environments/%{environment}/hieradata" -- cgit v1.2.3