Move some hieradata around for easier testing in vagrant

I now have a virtual hierarchy level for setting up my lower memory
settings when using vagrant/virtualbox.

The gms settings are in an example-puppet-master.yaml file in the
nodes directory which are needed for the instructions.
This commit is contained in:
Nick Walker 2015-08-18 14:01:20 -07:00
parent 246626e639
commit 0af9bbf52d
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
git_management_system: 'gitlab'
gms_server_url: 'https://gitlab-server'
gms_api_token: 'BDkZfWWnk4LVTLHdAywd'

View File

@ -2,6 +2,7 @@ class profile::puppetmaster {
class { 'hiera':
hierarchy => [
'virtual/%{::virtual}',
'nodes/%{::trusted.certname}',
'common',
],