voxpupuli / puppet-augeasproviders

Alternative Augeas-based providers for Puppet
http://augeasproviders.com/
Apache License 2.0
63 stars 46 forks source link

Sysctl lense fails for keys that contain colons (":") #166

Closed mstud closed 4 years ago

mstud commented 4 years ago

We have something like this in our sysctl.conf:

net.ipv4.conf.ib0:0.arp_filter=1

Augeas cannot parse this. There are related issues for keys containing slashes already (#102 and https://github.com/hercules-team/augeas/issues/668), but this here should be much easier to fix, as : is not part of augeas paths, right? Thanks in advance.

mstud commented 4 years ago

oh, wrong project, sorry. this should be an "augeas" issue, opened this: https://github.com/hercules-team/augeas/issues/684