Skip to content

saltstack formula to recursively copy directories to a minion

License

Notifications You must be signed in to change notification settings

jacobweinstock/config-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config-formula

A SaltStack formula that puts directories onto minions. It will take the directory structure in config/files/ and recursively copy it onto a minion. By default, it copies the directory structure to /app/config/ on the minion. Different directories can be put into different locations by specifying a base_location in the pillar data. See pillar.example. Files can be jinja templated.

NOTE

See the full Salt Formulas installation and usage instructions.

Available states

Installs the directories found in config/files/.