Skip to content

arecker/kitchen-salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Kitchen Salt v2: Electric Boogaloo

This is a much simpler kitchen-salt provisioner, inspired by the packer implementation.

Installation

Put these words in your Gemfile and run bundle install.

gem 'kitchen-salt', git: 'https://github.com/arecker/kitchen-salt.git'

Configuring

These are the only options supported right now.

provisioner:
  name: salt

  # Path to local state tree (including top.sls)
  local_state_tree: ./salt

  # Path to local pillar tree (including top.sls)
  local_pillar_roots: ./pillar

  # Path to minion config (you can put grains here too)
  minion_config: path/to/minion/config

  # Output of salt-call state.highstate
  state_output: mixed

  # state to run, otherwise defaults to state.highstate
  custom_state: state.highstate

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages