Sha256: 2489e00d3272d5b59f3830234ef0bd1661712c06a192adcb27a60286ee03c4b0
Contents?: true
Size: 518 Bytes
Versions: 22
Compression:
Stored size: 518 Bytes
Contents
<%# name: Salt State - Salt default job_category: Salt description_format: Apply Salt state on a host provider_type: Salt snippet: false template_inputs: - name: state required: true input_type: user advanced: false description: | Salt state to apply on a host. For example to install and enable redis one would do redis: pkg.installed: [] service.running: - enable: True - reload: True - watch: - pkg: redis kind: job_template %> <%= input('state') %>
Version data entries
22 entries across 22 versions & 1 rubygems