Top Level Namespace

Defined Under Namespace

Modules: Itamae

Constant Summary collapse

DEFAULT_ANYENV_ROOT =
'/usr/local/anyenv'.freeze

Instance Method Summary collapse

Instance Method Details

#run(attributes, username = nil) ⇒ Object



3
4
5
6
7
8
9
10
# File 'lib/itamae/plugin/recipe/anyenv.rb', line 3

def run(attributes, username = nil)
  init(username)

  clone_anyenv
  clone_anyenv_update

  install_envs(attributes)
end