Skip to content

joudaon/saltstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

SALT PROJECT

Table of contents

Configuration

Edit the file "/etc/salt/master" and update the following paths to where out project is stored. For example if we copy the project to our user home, the paths should be:

  • File Roots: it should point to /home/user/salt/formulas (line ~600)
file_roots:
  base:
    - /home/administrator/salt/formulas
  • Pillar Roots: it should point to /home/user/salt/pillar (line ~780)
pillar_roots:
  base:
    - /home/administrator/salt/pillar

Run

$ sudo salt minion state.highstate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors