puppetlabs-concat icon indicating copy to clipboard operation
puppetlabs-concat copied to clipboard

File concatenation system for Puppet

Results 12 puppetlabs-concat issues
Sort by recently updated
recently updated
newest added

## Describe the Bug When using a `notify` meta parameter in a `concat::fragment`, the target resource doesn't get notified. ## Expected Behavior When a `concat::fragment`'s state changes, it should properly...

bugfix
community

## Use Case If there is sensitive content included in a file (like a password), I don’t want it to be displayed in the log. ## Describe the Solution You...

feature
community

## Describe the Bug Unless I examined the code wrongly, the only thing that concact_file does with the validate_cmd argument is ... validate that the arguments of that command are...

community

## Describe the Bug ```puppet file { '/tmp/test': ensure => 'present', content => 'test', require => Concat['/tmp/test'], } concat { '/tmp/test': ensure => 'present', } ``` ## Expected Behavior I...

community

## Requested change Please update the documentation for `concat::concat::validate_cmd` and `concat_file::validate_cmd` to provide sufficient details for users to use it successfully. That could be by copying the docs of `File::validate_cmd`...

community

## Summary - Allow native types to handle a list of tags speaking: allow a `concat_file` to get assembled of fragments matching the list of tags - Make the `tag`...

community

(CAT-1256) Roll out puppetlabs-puppet-lint and puppetlabs-rspec-puppet through spec_helper v7.0 pdk version: `2.7.1`

maintenance

(CAT-1366) - fFix issue url from old jira to github pdk version: `2.7.1`

maintenance

## Summary Providing `Sensitive(Deferred(...))` inputs to `concat::fragment` (where the deferred function returns a `String`) does not work in `concat::fragment`. ## Additional Context Given that `Deferred` types do work, it seems...

Welcome to [Mend for GitHub.com](https://github.com/apps/mend-for-github-com) (formerly WhiteSource). This is an onboarding PR to help you understand and configure settings before Mend starts scanning your repository for security vulnerabilities. :vertical_traffic_light: Mend...