-
Hello,
This issue is somewhat related to issue #70 where with r10k, I can have both a simple config file and still use: *puppetfile install*.
My yaml config (r10k.yaml) file contains:
```
---
…
-
Bundler can do `bundle install --gemfile=/path/to/Gemfile` (and also responds to the `BUNDLER_GEMFILE` environment variable). It might be nice to have similar functionality in `librarian-puppet` so th…
-
## Use Case
As the the report information created when uploading a puppetfile or viewing your downloads is tied to an individuals account, Its hard to keep track of the work undertaken to update modu…
-
When executing `g10k -puppetfile` I get:
```
$ g10k -puppetfile
Error: Missing :git url in ./Puppetfile for module ad line: mod 'ad',git: 'git@example.com:FOO/puppet-ad',ref: 'master'
```
My…
-
## Use Case
As a user, I may manage multiple Puppet infrastructures and contribute to multiple Bolt projects. Each one has it's Puppetfile that I want to be up-to-date.
## Describe the Solution Y…
-
Is there anyway to create a noop mode for this.
Trying to compare either working dir to Puppetfile with create puppetfile
and trying to compare Puppetfile -> .fixtures.yml (current vs what's to be …
-
## Describe the Bug
I believe that the unusual versioning of the DSC modules is confusing the depedency version check as I am getting the follwowing error with the SCE_Windows module.
/opt/puppetl…
-
## Describe the Bug
Incorrect URL is used for the package_ce_source_location that includes "/centos/" which the docker stopped updating ~5 months ago.
## Expected Behavior
Latest docker-ce packag…
-
The Puppetfile in the simple_grid_puppet_env and the module metadata.json file must list compatible versions of the dependencies.
maany updated
4 years ago
-
Following the manual at puppetforge / github :
`mod 'grafana-promtail', '2.1.0'
`
Work arround for now:
```
> mod 'puppet/promtail',
> :git => 'https://github.com/grafana/puppet-promt…