Merge pull request #257 from aboe76/salt-minion_standalone_with_service
add option to start minion service if master_type is set to disable
This commit is contained in:
		
						commit
						e76880d500
					
				| @ -13,7 +13,11 @@ salt-minion: | ||||
|     - exclude_pat: _* | ||||
|     - context: | ||||
|         standalone: True | ||||
| {%- if salt_settings.minion.master_type is defined and salt_settings.minion.master_type == 'disable' %} | ||||
|   service.running: | ||||
| {%- else %} | ||||
|   service.dead: | ||||
| {%- endif %} | ||||
|     - enable: False | ||||
|     - name: {{ salt_settings.minion_service }} | ||||
|     - require: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Forrest
						Forrest