vchepkov
03/13/2024, 2:07 PM$ head -2 bolt-project.yaml
---
name: workspace
$ head -2 manifests/packages.pp
# Install packages
class workspace::packages {
$ bolt apply 'include workspace::packages' -t localhost
The manifest 'include workspace::packages' does not exist
I can use the class inside a plan, but not on it's own