KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
salt-psu
★ 9
Open GitHub ↗
repo for salt talk at PSU
Download README (.md)
Explore Similar Repositories
maplicate-editor
:
a collaborative map editor based on IPFS
MavenDemo
:
Android使用Nexus搭建 Maven私有仓库。
tailwindcss-layout-examples
:
A simple, single-page demonstration of layouts with the Tailwind CSS framework.
eoscannon-online-tool
:
Cannon Tool, keep your private key offline and safe always!
Quantum-Optics
:
A neural network to classify quantum states of light
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
salt-psu
?
Download (.md)
## Install salt Download latest macos salt package [here](https://repo.saltstack.com/#osx). ### configure Clone the repo then. ``` bash $ cd salt-psu ``` copy minion file ``` bash $ cp minion /etc/salt/minion ``` make /srv directory ``` bash $ sudo mkdir -p /opt/srv ``` ``` bash $ sudo cp -R srv/ /opt/srv/ ``` ``` bash $ sudo launchctl stop com.saltstack.salt.minion ``` ``` bash $ sudo launchctl start com.saltstack.salt.minion ``` run some states ``` bash sudo salt-call state.apply states/files/file-example ``` ``` run the highstate sudo salt-call state.highstate ``` The logging level can be changed in the /etc/salt/minion Logs can be viewed at /var/log/salt/minion