GithubHelp home page GithubHelp logo

gosal's Introduction

Gosal (sal-client)

Gosal is an alpha project, and should not be considered for production use at this time. There is no support, pull requests accepted :)

Overview

Gosal is intended to be a multi platform client for sal.

Getting Started

Your configuration file should be json formatted as follows:

{
  "key": "your gigantic machine group key",
  "url": "https://urltoyourserver.com/",
  "management": {
    "tool": "puppet",
    "path": "C:\\Program Files\\Puppet Labs\\Puppet\\bin\\puppet.bat",
    "command": "facts"
  }
}

Running gosal

Gosal requires the configuration file to be passed in as an argument like so...

Windows Example

gosal.exe --config "C:\path\to\config.json"

Building

To build the project after cloning:

make deps
make build

New macOS and windows binaries will be added to the build/ directory.

Dependencies

Gosal uses dep to manage external dependencies. Run make deps to install/update the required dependencies. After adding a new dependency, run dep ensure -update, which will update the Gopkg.lock file. See Adding a dependency for more.

Formatting your code

Go has an exceptional formatter - please use it!

gofmt -s -w *.go
gofmt -s -w ./*/*.go

gosal's People

Contributors

bdemetris avatar clburlison avatar 1dustindavis avatar groob avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.