control-repo icon indicating copy to clipboard operation
control-repo copied to clipboard

A control repository template

Results 12 control-repo issues
Sort by recently updated
recently updated
newest added

Sorry, wrong operation. Please ignore this!

Is it valid to run `bolt project init` in the root of this repo? The only issue that immediately jumps out is gitignore **modules/**, which is something the bolt docs...

## Describe the Bug In the repository there's now 3 branches: * production * binford2k-patch-1 * main ## Expected Behavior I would expect only a single branch. That means if...

bug

Without this patch the control repository does not contain any scripts to execute CI jobs for Puppet code deployment. This patch addresses the problem by adding a Gitlab CI job...

`environment.conf` passes the Puppet configuration value `$environmentpath` as an argument to `config_version.sh`. This value [supports a colon-separated list](https://puppet.com/docs/puppet/5.4/config_file_main.html#paths) of paths, but when one is used the config_version scripts currently bomb...

As proposed in https://github.com/puppetlabs/pdk/issues/333 this repository should serve as a default setup for control repositories generated by PDK. Hence, we should add a `Gemfile`, `.gitignore`, `.rubocop.yml` (and optionally proposed CI...

Generally in the control-repos I do for different Puppet setups, I include a Vagrantfile and relevant scripts to be able to test locally the same Puppet and data. Would a...

A significant number of corporate users are stuck using SVN for the time being. It'd be nice to provide that as an option here. E.g. how to use this as...

Prior to this commit the plan_hierarchy would have to be added to the environment hiera.yaml in order to to hiera lookups from apply blocks in plans. This change has no...

## Describe the Bug The site-modules/adhoc/plans/myplan.pp file doesn't pass a basic 'pdk validate' run. ## Expected Behavior It's expected that control-repo should be able to pass any PDK tests from...

bug