Skip to content

regsubst error in resource/location.pp with future parser #322

@huasome

Description

@huasome

The lines

  $location_sanitized_tmp = regsubst($location, '\/', '_', 'G')
  $location_sanitized = regsubst($location_sanitized_tmp, '\\', '_', 'G')

in location.pp generate an regsubst error when using the future parser. It appears to be caused by https://tickets.puppetlabs.com/browse/PUP-2612

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions