git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-08-18 14:01:20 -0700
committermail_redacted_for_web 2015-08-18 14:01:20 -0700
commit0af9bbf52d7283902141f05da3c642dcd2d64231 (patch)
tree790e50f741e9c9e85d267c3c0a471b2a0bdc238e /site/profile/manifests
parent246626e6394c444f661692ac8c0e7e590a5da226 (diff)
downloadcontrol-repo-template-0af9bbf52d7283902141f05da3c642dcd2d64231.tar.bz2
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.
Diffstat (limited to 'site/profile/manifests')
-rw-r--r--site/profile/manifests/puppetmaster.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/profile/manifests/puppetmaster.pp b/site/profile/manifests/puppetmaster.pp
index 20a4416..95a4408 100644
--- a/site/profile/manifests/puppetmaster.pp
+++ b/site/profile/manifests/puppetmaster.pp
@@ -2,6 +2,7 @@ class profile::puppetmaster {
class { 'hiera':
hierarchy => [
+ 'virtual/%{::virtual}',
'nodes/%{::trusted.certname}',
'common',
],