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:
		
							parent
							
								
									246626e639
								
							
						
					
					
						commit
						0af9bbf52d
					
				
							
								
								
									
										4
									
								
								hieradata/nodes/example-puppet-master.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								hieradata/nodes/example-puppet-master.yaml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					git_management_system: 'gitlab'
 | 
				
			||||||
 | 
					gms_server_url: 'https://gitlab-server'
 | 
				
			||||||
 | 
					gms_api_token: 'BDkZfWWnk4LVTLHdAywd'
 | 
				
			||||||
@ -2,6 +2,7 @@ class profile::puppetmaster {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  class { 'hiera':
 | 
					  class { 'hiera':
 | 
				
			||||||
    hierarchy  => [
 | 
					    hierarchy  => [
 | 
				
			||||||
 | 
					      'virtual/%{::virtual}',
 | 
				
			||||||
      'nodes/%{::trusted.certname}',
 | 
					      'nodes/%{::trusted.certname}',
 | 
				
			||||||
      'common',
 | 
					      'common',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user