10000 GitHub - uzyexe/chef-anyenv: Installs and configures anyenv and *env
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

uzyexe/chef-anyenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anyenv Cookbook

Installs and configures anyenv and *env

Requirements

  • Chef 12
  • Centos / Redhat / Fedora / Ubuntu / Debian / OSX
  • Ruby >= 1.9

Usage

Attributes

Renv crenv denv erlenv exenv goenv hsenv jenv luaenv ndenv nenv nodenv phpenv plenv pyenv rbenv sbtenv scalaenv swiftenv

anyenv.(renv|crenv|denv|erlenv|exenv|goenv|jenv|luaenv|ndenv|nenv|nodenv|phpenv|plenv|pyenv|rbenv|sbtenv|scalaenv|swiftenv) .versions: install versions .global: set to global version

anyenv::default

{
  "anyenv": {
    "perl": {
      "versions":   ["5.24.0"],
      "global":     "5.24.0"
    },
    "ruby": {
      "versions":   ["2.3.3","2.2.5"],
      "global":     "2.3.3"
    },
    "node": {
      "versions":  ["v6.9.1"],
      "global":    "v6.9.1"
    },
    "python": {
      "versions":   [ "2.7.12", "3.4.5" ],
      "global":     "2.7.12"
    },
    "php": {
      "versions":   [ "5.6.28", "7.0.13" ],
      "global":     "5.6.28"
    }
  }
}

Authors and Contributors

License

This project is licensed under the terms of the MIT license.

About

Installs and configures anyenv and *env

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0