Module: RefArchSetup

Defined in:
lib/ref_arch_setup.rb,
lib/ref_arch_setup/cli.rb,
lib/ref_arch_setup/install.rb,
lib/ref_arch_setup/version.rb,
lib/ref_arch_setup/bolt_helper.rb,
lib/ref_arch_setup/download_helper.rb

Overview

General namespace for RAS

Defined Under Namespace

Modules: Version Classes: BoltHelper, CLI, DownloadHelper, Install

Constant Summary collapse

RAS_PATH =

the location of ref_arch_setup

File.dirname(__FILE__) + "/..".freeze
RAS_MODULE_PATH =

location of modules shipped with RAS (Ref Arch Setup)

"#{RAS_PATH}/modules".freeze
RAS_FIXTURES_PATH =

location of fixtures shipped with RAS (Ref Arch Setup)

"#{RAS_PATH}/fixtures".freeze
FORGE_MODULE_PATH =

location of modules downloaded from the Puppet Forge

"#{RAS_PATH}/Boltdir/modules".freeze
TMP_WORK_DIR =

A space to use as a default location to put files on target_host

"/tmp/ref_arch_setup".freeze
DOWNLOAD_PE_TARBALL_TASK =
"ref_arch_setup::download_pe_tarball".freeze
INSTALL_PE_TASK =
"ref_arch_setup::install_pe".freeze