Class: Trailblazer::Operation
- Inherits:
-
Object
- Object
- Trailblazer::Operation
- Defined in:
- lib/caco.rb
Direct Known Subclasses
Caco::Barman::Install, Caco::Barman::Install::Repo, Caco::Debian::AddUser, Caco::Debian::AptKeyInstall, Caco::Debian::AptRepoAdd, Caco::Debian::AptSourcesList, Caco::Debian::AptUpdate, Caco::Debian::PackageInstall, Caco::Debian::PackageInstalled, Caco::Debian::ServiceEnable, Caco::Debian::ServiceInstall, Caco::Debian::UserHome, Caco::Downloader, Caco::Executer, Caco::FileLink, Caco::FileReader, Caco::FileWriter, Caco::Finder, Caco::Grafana::Install, Caco::Grafana::Install::Repo, Caco::Haproxy::ConfGet, Caco::Haproxy::ConfSet, Caco::Haproxy::Install, Caco::Postgres::ConfGet, Caco::Postgres::ConfSet, Caco::Postgres::DatabaseCreate, Caco::Postgres::ExtensionCreate, Caco::Postgres::HbaSet, Caco::Postgres::Install, Caco::Postgres::Install::Repo, Caco::Postgres::Shell, Caco::Postgres::Sql, Caco::Postgres::UserChangePassword, Caco::Postgres::UserCreate, Caco::Prometheus::AdapterInstallPg, Caco::Prometheus::AdapterInstallPostgresql, Caco::Prometheus::ExporterInstall, Caco::Prometheus::Install, Caco::Prometheus::InstallAlertManager, Caco::Rbenv::Install, Caco::Rbenv::InstallVersion, Caco::Repmgr::Conf, Caco::Repmgr::Install, Caco::Repmgr::Install::Repo, Caco::Repmgr::NodeRegisterPrimary, Caco::Repmgr::NodeRegisterStandby, Caco::Repmgr::NodeRegistered, Caco::Repmgr::NodeRole, Caco::SettingsLoader, Caco::Ssh::AuthorizedKeysAdd, Caco::Sudo::SudoersAdd, Caco::Timescale::Install, Caco::Timescale::Install::Repo, Caco::Unpacker
Defined Under Namespace
Classes: InvalidParam
Instance Method Summary collapse
Instance Method Details
#p(message) ⇒ Object
103 104 105 106 |
# File 'lib/caco.rb', line 103 def p() method_name = (caller[0] =~ /`([^']*)'/ and $1) puts "#{self.class}##{method_name}: #{}" end |