puppetlabs-concat
puppetlabs-concat copied to clipboard
File concatenation system for Puppet
## 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...
## 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...
## 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...
## Describe the Bug ```puppet file { '/tmp/test': ensure => 'present', content => 'test', require => Concat['/tmp/test'], } concat { '/tmp/test': ensure => 'present', } ``` ## Expected Behavior I...
## 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`...
## 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`...
(CAT-1256) Roll out puppetlabs-puppet-lint and puppetlabs-rspec-puppet through spec_helper v7.0 pdk version: `2.7.1`
(CAT-1366) - fFix issue url from old jira to github pdk version: `2.7.1`
Allow any sensitive type so that Sensitive(Deferred(...)) values can be passed to concat::fragment
## 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...