notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
Port details
rubygem-bolt Execute commands remotely over SSH and WinRM
3.30.0_3 sysutils on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.30.0_1Version of this port present on the latest quarterly branch.
Maintainer: puppet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-04-30 01:26:37
Last Update: 2024-10-31 02:58:24
Commit Hash: fd9b8b1
People watching this port, also watch:: xcb-util-image, autoconf, libssh, p5-MIME-Tools, woff2
Also Listed In: rubygems
License: APACHE20
WWW:
https://github.com/puppetlabs/bolt
Description:
Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on remote systems using SSH and WinRM. - Executes commands on remote *nix and Windows systems. - Distributes and execute scripts, such as Bash, PowerShell, Python. - Scales to more than 1000 concurrent connections. - Supports industry standard protocols (SSH/SCP, WinRM/PSRP) and authentication methods (password, publickey).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/bolt
  2. etc/bash_completion.d/bolt
  3. /usr/local/share/licenses/rubygem-bolt-3.30.0_3/catalog.mk
  4. /usr/local/share/licenses/rubygem-bolt-3.30.0_3/LICENSE
  5. /usr/local/share/licenses/rubygem-bolt-3.30.0_3/APACHE20
Collapse this list.
Dependency lines:
  • rubygem-bolt>0:sysutils/rubygem-bolt
To install the port:
cd /usr/ports/sysutils/rubygem-bolt/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/rubygem-bolt
  • pkg install rubygem-bolt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-bolt
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1718594810 SHA256 (rubygem/bolt-3.30.0.gem) = 082f139f4eebf898377cce635ca537c02cf86a571faee85f1865b5e06b253a4f SIZE (rubygem/bolt-3.30.0.gem) = 251392

Packages (timestamps in pop-ups are UTC):
rubygem-bolt
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.30.0_13.30.0_1--3.30.0_2---
FreeBSD:13:quarterly3.30.0_13.30.0_1--3.30.0_13.27.43.27.43.27.4
FreeBSD:14:latest3.30.0_13.30.0_3--3.30.0_23.27.1-3.27.1
FreeBSD:14:quarterly3.30.0_13.30.0_1--3.30.0_13.27.43.27.43.27.4
FreeBSD:15:latest3.30.0_13.30.0_3n/a-n/a3.27.43.27.43.27.4
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. r10k : sysutils/rubygem-r10k
  2. rubygem-addressable>=2.5 : www/rubygem-addressable
  3. rubygem-aws-sdk-ec2>1 : devel/rubygem-aws-sdk-ec2
  4. rubygem-CFPropertyList>=2.2 : devel/rubygem-CFPropertyList
  5. rubygem-concurrent-ruby11>=1.0 : devel/rubygem-concurrent-ruby11
  6. rubygem-ffi>=1.13<2 : devel/rubygem-ffi
  7. rubygem-hiera-eyaml>=3 : sysutils/rubygem-hiera-eyaml
  8. rubygem-jwt>=2.2 : www/rubygem-jwt
  9. rubygem-logging>=2.2 : devel/rubygem-logging
  10. rubygem-minitar>=0.6 : archivers/rubygem-minitar
  11. rubygem-net-scp>=1.2<5 : security/rubygem-net-scp
  12. rubygem-net-ssh6>=4.0<8 : security/rubygem-net-ssh6
  13. rubygem-net-ssh-krb>=0.5 : security/rubygem-net-ssh-krb
  14. rubygem-orchestrator_client>=0.5 : net/rubygem-orchestrator_client
  15. rubygem-puppet-resource_api>=1.8.1 : devel/rubygem-puppet-resource_api
  16. rubygem-puppet-strings>=2.3.0 : textproc/rubygem-puppet-strings
  17. rubygem-puppetfile-resolver>=0.6.2 : sysutils/rubygem-puppetfile-resolver
  18. rubygem-ruby_smb>=1.0 : net/rubygem-ruby_smb
  19. rubygem-terminal-table>=3.0<4 : textproc/rubygem-terminal-table
  20. rubygem-winrm-fs>=1.3 : sysutils/rubygem-winrm-fs
  21. rubygem-winrm>=2.0 : sysutils/rubygem-winrm
  22. puppet : sysutils/puppet8
  23. ruby32 : lang/ruby32
  24. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for rubygem-bolt-3.30.0_3: ====> Options available for the single PUPPET: you have to select exactly one of them PUPPET7=off: Depend on sysutils/puppet7 PUPPET8=on: Depend on sysutils/puppet8 ===> Use 'make config' to modify these settings
Options name:
sysutils_rubygem-bolt
USES:
gem shebangfix
pkg-message:
For install:
This port depends on security/rubygem-net-ssh which has stricter defaults that OpenSSH: when using strict host key checking, security/rubygem-net-ssh will refuse the connexion if both the remote host name and IP address are not on the same line of a known_host file. security/rubygem-net-ssh added support for disabling strict host key checking in version 5.2.0, however this setting is still enabled by default because upstream OpenSSH has it enabled by default. However, FreeBSD ships with a modified version of OpenSSH where strict host key checking is disabled by default. As a result: - When adding an entry for a new host, only the host name is added in the known_host file; - The absence of CheckHostIP in the SSH configuration means the feature is disabled while such absence is generally the indication of the feature being enabled. As a consequence, host key verification may need additional work: - When using security/rubygem-net-ssh < 5.2.0, either: - Disable host key checking totally (--no-host-key-check parameter of the bolt command); - Update your remote host entries in the known_hosts file to use the format: <host-name>,<IP address> <key-type> <key> - When using security/rubygem-net-ssh >= 5.2.0 - Add "CheckHostIP no" to your SSH client configuration file (/etc/ssh/ssh_config or ~/.ssh/config). Some future version of security/rubygem-net-ssh should drop strict host key checking entirely, for more details, see: https://github.com/net-ssh/net-ssh/pull/663
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.24.0
23 Jun 2019 07:40:55
Revision:504929Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.24.0

Release notes:
https://puppet.com/docs/bolt/latest/bolt_release_notes.html

With hat:	puppet
1.22.0
08 Jun 2019 16:54:45
Revision:503743Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.22.0

Release notes:
https://puppet.com/docs/bolt/latest/bolt_release_notes.html

With hat:	puppet
1.21.0
31 May 2019 05:50:14
Revision:503112Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.21.0

Release notes:
https://puppet.com/docs/bolt/latest/bolt_release_notes.html

With hat:	puppet
1.20.0
17 May 2019 21:00:22
Revision:501886Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.20.0

Release notes:
https://puppet.com/docs/bolt/latest/bolt_release_notes.html

With hat:	puppet
1.19.0
04 May 2019 19:24:56
Revision:500821Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.19.0

With hat:	puppet
1.18.0
30 Apr 2019 01:25:36
Revision:500452Original commit files touched by this commit
romain search for other commits by this committer
New port: sysutils/rubygem-bolt

Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on
remote systems using SSH and WinRM.

  - Executes commands on remote *nix and Windows systems.
  - Distributes and execute scripts, such as Bash, PowerShell, Python.
  - Scales to more than 1000 concurrent connections.
  - Supports industry standard protocols (SSH/SCP, WinRM/PSRP) and
    authentication methods (password, publickey).

WWW: https://github.com/puppetlabs/bolt

With hat:	puppet

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2