BREAKING CHANGE: The data dictionary is simplified and expanded. Retest your states and update pillar data accordingly. For developer convenience, clientlibs states were introduced. See pillar.example, defaults.yaml, and docs/README.
		
			
				
	
	
		
			11 lines
		
	
	
		
			283 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			283 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# -*- coding: utf-8 -*-
 | 
						|
# vim: ft=sls
 | 
						|
 | 
						|
{%- set tplroot = tpldir.split('/')[0] %}
 | 
						|
{%- from tplroot ~ "/map.jinja" import prometheus as p with context %}
 | 
						|
 | 
						|
        {%- if 'textfile_collectors' in p.exporters.node_exporter %}
 | 
						|
include:
 | 
						|
  - .textfile_collectors.clean
 | 
						|
        {%- endif %}
 |