Merge pull request #246 from ErisDS/passenger-plus
Included snippets, servers & certs for passenger
This commit is contained in:
		
						commit
						4be3109749
					
				@ -10,7 +10,13 @@
 | 
			
		||||
{% if salt['grains.get']('os_family') in ['Debian', 'RedHat'] %}
 | 
			
		||||
include:
 | 
			
		||||
  - nginx.pkg
 | 
			
		||||
  - nginx.config
 | 
			
		||||
  - nginx.service
 | 
			
		||||
  {%- if nginx.snippets is defined %}
 | 
			
		||||
  - nginx.snippets
 | 
			
		||||
  {%- endif %}
 | 
			
		||||
  - nginx.servers
 | 
			
		||||
  - nginx.certificates
 | 
			
		||||
 | 
			
		||||
passenger_install:
 | 
			
		||||
  pkg.installed:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user