bolt icon indicating copy to clipboard operation
bolt copied to clipboard

Bolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure on an as-needed basis or as part of a greater orchestration workflow. It can be instal...

Results 130 bolt issues
Sort by recently updated
recently updated
newest added

The following behavior of `upload_file()` is rather suprising to most users: when the target directory does not exist, it copies the contents of the source directory (which is what I...

Breaking
Stale

## Describe the Bug EC2 userdata as seen by facter can be in binary format. Facter itself seems to be ok with it, but Puppet Bolt - in particular the...

Bug

## Describe the Bug When printing a `bolt lookup` result the human outputter will stack trace trying to print the result when the hiera value is a Hash. ``` Finished...

Bug

## Use Case I have plans that use Puppet functions. I want to test these plans with BoltSpec, but I can't because BoltSpec doesn't mock functions yet. ## Describe the...

Feature

## Use Case Tasks exist as an alternative to scripts which provide the benefit of concrete, typed parameters for input, and optionally, structured output. All of this is in service...

Feature

## Describe the Bug / Steps To Reproduce I started with a completely fresh ("bolt project init") project, the only thing I changed was adding some ssh stuff to inventory.yaml...

Bug

This adds new `bolt script show` and `Get-BoltScript` commands. When used without a script specified, they list all scripts available to the project. When a script is specified, they print...

Possibly see-also #1252 ## Use Case Many of our servers have Multifactor Authentication - to connect, you have to have the right public key, and also pass a keyboard-interactive challenge...

Feature

## Use Case As a bolt module developer i'm human and sometimes make mistakes. Often i mistype the name of a task or plan when passed into `run_task` or `run_plan`....

Feature
Stale

## Describe the Bug `bolt command run --run-as root -u ` wants a password for sudo, even if sudo on the target has been set up to allow 'user' to...

Feature
Stale