Skip to content

feat: Add bolt project example - #125

Merged
chambersmp merged 2 commits into
productionfrom
feat/bolt_project
Jun 9, 2026
Merged

feat: Add bolt project example#125
chambersmp merged 2 commits into
productionfrom
feat/bolt_project

Conversation

@zaben903

@zaben903 zaben903 commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This pull request adds a Bolt project to the repository, providing a dedicated structure for Bolt-specific plans, tasks, and configuration. The changes include documentation updates to describe the new Bolt project, the addition of example Bolt configuration files, and the creation of example Bolt-only plans and tasks. These updates make it easier to use Bolt alongside the existing control-repo structure.

Bolt Project Integration:

  • Added a new bolt/ directory containing a Bolt project, including bolt-project.yaml for configuration, inventory.yaml as an example inventory, and .gitignore for Bolt-specific files.
  • Created example Bolt-only plan bolt/plans/bolt_only_plan.pp and task files (bolt/tasks/bolt_only_task.json, bolt/tasks/bolt_only_task.sh) to demonstrate Bolt-specific functionality.

Documentation and Structure Updates:

  • Updated README.md to document the new Bolt project, including a description, a link to Bolt project documentation, and an updated repository structure diagram highlighting the new bolt/ directory and its contents.
  • Added a note in the structure about the adhoc/ module for ad-hoc tasks and plans.

Resolves

#104

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a self-contained example Bolt project under bolt/ to demonstrate how Bolt can coexist with the existing Puppet control-repo layout and documents the new structure in README.md.

Changes:

  • Introduces a new bolt/ project directory with bolt-project.yaml, example inventory.yaml, and Bolt-specific .gitignore.
  • Adds example Bolt-only plan and task implementations under bolt/plans and bolt/tasks.
  • Updates README.md to document the Bolt project and expand the repository structure diagram (including an adhoc/ module note).

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
README.md Documents the new bolt/ project and updates the repo structure diagram.
bolt/bolt-project.yaml Defines the Bolt project and modulepath/hiera integration with the control-repo.
bolt/inventory.yaml Adds a commented example inventory file for Bolt targets/config.
bolt/.gitignore Ignores Bolt cache/artifact files in the Bolt project directory.
bolt/plans/bolt_only_plan.pp Adds an example Bolt-only plan.
bolt/tasks/bolt_only_task.json Adds metadata for an example Bolt-only task.
bolt/tasks/bolt_only_task.sh Adds the executable content for the example Bolt-only task.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread bolt/tasks/bolt_only_task.json Outdated
Comment thread bolt/plans/bolt_only_plan.pp Outdated
Comment thread bolt/bolt-project.yaml
fix: modulepath replaces the default configuration, add back in site-modules and modules for the local bolt project
fix: use a better example plan that doesn't have obvious shell escape concerns
maint: remove leading space to match adhoc's examples

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Comment thread bolt/bolt-project.yaml
@zaben903
zaben903 marked this pull request as ready for review June 5, 2026 06:44
@zaben903
zaben903 requested a review from a team as a code owner June 5, 2026 06:44

@chambersmp chambersmp left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chambersmp
chambersmp merged commit 8885388 into production Jun 9, 2026
2 checks passed
@chambersmp
chambersmp deleted the feat/bolt_project branch June 9, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants