Code Monkey home page Code Monkey logo

puppet-elixir's Introduction

Elixir Puppet Module for Boxen

Build Status

Requires the following boxen modules:

  • boxen
  • repository
  • homebrew
  • erlang

About

This module supports Elixir version management with exenv. All Elixir versions are installed into /opt/elixirs.

About elixir-build version

Occasional bumps to the default elixir-build version are fine, on this module, but not essential. The elixir-build version is something you should be managing in your own boxen repository, rather than depending on this module to update for you. See examples on how to change the elixir-build version in the Hiera section.

You can find a release list of versions for elixir-build here.

Usage

# Set the global default Elixir (auto-installs it if it can)
class { 'elixir::global':
  version => '1.0.0'
}

# ensure a certain elixir version is used in a dir
elixir::local { '/path/to/some/project':
  version => '1.0.2'
}

# install a elixir version
elixir::version { '1.0.1': }

Hiera configuration

The following variables may be automatically overridden with Hiera:

---

"elixir::user": "deploy"
"elixir::build::ensure": "v20141001"
"elixir::exenv::ensure": "v0.1.0"

You can also use JSON if your Hiera is configured for that.

puppet-elixir's People

Contributors

orien avatar

Watchers

 avatar  avatar

Forkers

isabella232

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.