| Port details |
- rubygem-openbolt Execute commands remotely over SSH and WinRM
- 5.1.0_1 sysutils
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: puppet@FreeBSD.org
 - Port Added: 2025-10-27 18:57:09
- Last Update: 2025-11-29 23:44:51
- Commit Hash: 4326b92
- Also Listed In: rubygems
- License: APACHE20
- WWW:
- https://github.com/OpenVoxProject/openbolt/
- Description:
- OpenBolt is an open source orchestration tool that automates the manual work it
takes to maintain your infrastructure. Use OpenBolt to automate tasks that you
perform on an as-needed basis or as part of a greater orchestration workflow.
For example, you can use OpenBolt to patch and update systems, troubleshoot
servers, deploy applications, or stop and restart services. OpenBolt can be
installed on your local workstation and connects directly to remote targets
with SSH or WinRM, so you are not required to install any agent software.
OpenBolt is a community implementation of Puppet Bolt.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-openbolt>0:sysutils/rubygem-openbolt
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/rubygem-openbolt/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rubygem-openbolt
- pkg install rubygem-openbolt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-openbolt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1760644437
SHA256 (rubygem/openbolt-5.1.0.gem) = ae2a80af51f9098511d6e7a1385bacf3fc8b51859217292bf4f28e3e2b8d750a
SIZE (rubygem/openbolt-5.1.0.gem) = 231936
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Runtime dependencies:
-
- puppet : sysutils/openvox-agent8
- r10k : sysutils/rubygem-r10k
- rubygem-addressable>=2.5 : www/rubygem-addressable
- rubygem-aws-sdk-ec2>1 : devel/rubygem-aws-sdk-ec2
- rubygem-CFPropertyList>=2.2 : devel/rubygem-CFPropertyList
- rubygem-concurrent-ruby11>=1.0 : devel/rubygem-concurrent-ruby11
- rubygem-ffi>=1.13<2 : devel/rubygem-ffi
- rubygem-hiera-eyaml>=3 : sysutils/rubygem-hiera-eyaml
- rubygem-json>=2.12.0 : devel/rubygem-json
- rubygem-jwt>=2.2 : www/rubygem-jwt
- rubygem-logging>=2.2 : devel/rubygem-logging
- rubygem-minitar>=0.6 : archivers/rubygem-minitar
- rubygem-net-scp>=1.2<5 : security/rubygem-net-scp
- rubygem-net-ssh6>=4.0<8 : security/rubygem-net-ssh6
- rubygem-net-ssh-krb>=0.5 : security/rubygem-net-ssh-krb
- rubygem-openvox-strings>=5.0 : textproc/rubygem-openvox-strings
- rubygem-orchestrator_client>=0.5 : net/rubygem-orchestrator_client
- rubygem-puppet-resource_api>=1.8.1 : devel/rubygem-puppet-resource_api
- rubygem-puppetfile-resolver>=0.6.2 : sysutils/rubygem-puppetfile-resolver
- rubygem-ruby_smb>=1.0 : net/rubygem-ruby_smb
- rubygem-terminal-table3>=3.0<4 : textproc/rubygem-terminal-table3
- rubygem-winrm-fs>=1.3 : filesystems/rubygem-winrm-fs
- rubygem-winrm>=2.0 : sysutils/rubygem-winrm
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_rubygem-openbolt
- 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:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.1.0_1 29 Nov 2025 23:44:51
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/rubygem-openbolt: Change RUN_DEPENDS from rubygem-terminal-table to
rubygem-terminal-table3
- Bump PORTREVISION for dependency change |
5.1.0 27 Oct 2025 18:39:12
    |
Romain Tartière (romain)  |
sysutils/rubygem-openbolt: New port
OpenBolt is an open source orchestration tool that automates the manual work it
takes to maintain your infrastructure. Use OpenBolt to automate tasks that you
perform on an as-needed basis or as part of a greater orchestration workflow.
For example, you can use OpenBolt to patch and update systems, troubleshoot
servers, deploy applications, or stop and restart services. OpenBolt can be
installed on your local workstation and connects directly to remote targets
with SSH or WinRM, so you are not required to install any agent software.
OpenBolt is a community implementation of Puppet Bolt.
With hat: puppet |