Class Simp::Cli::Commands::Bootstrap
In: lib/simp/cli/commands/bootstrap.rb
Parent: Simp::Cli

Methods

Constants

BOOTSTRAP_LOG = File.join(SIMP_CLI_HOME, 'simp_bootstrap.log')

Public Class methods

Ensure the puppetserver is running ca on the specified port. Used ensure the puppetserver service is running.

Track a running process by following its STDOUT output Prints a ’#’ for each line of output returns -1 if error occured, otherwise the line count if PTY.spawn succeeded

[Validate]