Skip to content

A graphical front-end for the SaltStack automation framework

Notifications You must be signed in to change notification settings

vangourd/gooeysalt

Repository files navigation

gooeysalt

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

Sample Config.json

{ "server": "salt.contoso.com", "port": "8000", "eauth": "auto" }

How to configure git to ignore local changes to config.json during development.

git update-index --assume-unchanged [ ...]

To undo and start tracking again (if you forgot what files were untracked, see this question): git update-index --no-assume-unchanged [ ...]git update-index --assume-unchanged [ ...]

https://stackoverflow.com/questions/3319479/can-i-git-commit-a-file-and-ignore-its-content-changes https://git-scm.com/docs/git-update-index/

About

A graphical front-end for the SaltStack automation framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published