puppet-filemapper icon indicating copy to clipboard operation
puppet-filemapper copied to clipboard

Map files to puppet resources and back

Results 5 puppet-filemapper issues
Sort by recently updated
recently updated
newest added

This issue is what we talked about in https://github.com/adrienthebo/puppet-network/pull/75 Here's what I know so far. Hopefully this sparks something brilliant because I'm probably not familiar enough with Puppet internals to...

Composite namevars aren't currently supported, as the current prefetch method only uses the value of the first key_attribute to match providers and catalog entries. A few changes may be needed...

We disable a few cops in `spec/unit/puppetx/filemapper_spec.rb`: ``` 4 # rubocop:disable RSpec/InstanceVariable 5 # rubocop:disable RSpec/AnyInstance 6 # rubocop:disable RSpec/FilePath 7 # rubocop:disable RSpec/DescribedClass ``` In the future we should...

It appears that the properties of resources created by filemapper that have a defaultto set but do not have a value presently discoverable from the system, have a nil value....

bug
needs-feedback

when using a global `validate` block in a type to guarantee that the correct corelations between properties, the only values accessible via `self` are `namevar`s, and `newparam`s. `newproperty`s will only...