Skip to content

issues Search Results · repo:rodjek/rspec-puppet language:Ruby

Filter by

395 results
 (100 ms)

395 results

inrodjek/rspec-puppet (press backspace or delete to remove)

There are a number of test failures when trying to run the spec tests for the project whilst pointing to the latest commit on main in puppetlabs/puppet export PUPPET_GEM_VERSION=https://github.com/puppetlabs/puppet.git#main ...
  • sanfrancrisko
  • Opened 
    on May 19, 2021
  • #828

There are CertificateFailureError errors coming from Ruby versions 2.5: https://ci.appveyor.com/project/rodjek/rspec-puppet/builds/37319514 This is potentially being caused by older Ruby versions using ...
  • sanfrancrisko
  • 1
  • Opened 
    on Feb 15, 2021
  • #820

I want to test a sensitive value with a regex pattern: is_expected.to contain_file( /namevar ).with({ content: sensitive(%r{.+-blubb-.+}}), }) Is it possible to allow this?
  • jduepmeier
  • Opened 
    on Nov 12, 2020
  • #817

When using Sensitive in your modules then builds can break as per changelog of 2.8.0. Instead of increasing the minor version I rather expect to increase the major version due to the breaking changes. ...
  • 4derstap
  • 1
  • Opened 
    on Nov 6, 2020
  • #816

Currently we have tests of the form it { is_expected.to raise_error Puppet::Error }. These worked up until this morning when we started seeing the following errors: Failure/Error: it { is_expected.to ...
bug
  • smarlow
  • 1
  • Opened 
    on Oct 30, 2020
  • #810

We re finally(!) migrating our infrastructure from Puppet 3 to Puppet 4 and in preparation for this, we have started testing all our modules against the latest Puppet 4 version, 4.10.12. We found that ...
  • newtonne
  • 2
  • Opened 
    on Sep 30, 2020
  • #804

Hi, while writing tests for a provider with coverage reports on, I noticed this behavior: If there are no resources, this is detected correctly as Total resources: 0, Touched resources: 0 , but the resources ...
  • raemer
  • Opened 
    on Aug 19, 2020
  • #803

I have a module which uses the $settings::storeconfig variable to ensure resources are only exported on systems which have sotreconfigs configured and im having trouble mocking the config setting. To test ...
  • b4ldr
  • Opened 
    on Jul 29, 2020
  • #801

This makes it easier to test logic in manifests that doesn t depend on the params or facts.
  • ekinanp
  • Opened 
    on Jul 27, 2020
  • #800

It looks like default_env was removed in puppet 6.17 - specifically in this commit: https://github.com/puppetlabs/puppet/commit/94df3c1a3992d89b2d7d5db8a70373c135bdd86b This results in an exceptiion ...
  • KeithWard
  • 9
  • Opened 
    on Jul 14, 2020
  • #796
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub