Skip to content

Top scope facts not being extracted correctly #106

Closed
@danifr

Description

@danifr

I believe the change made in a3b7241 introduced a bug related to how top scope facts are extracted:

for example in:

-    ssl_certfile                => "/etc/letsencrypt/live/${::fqdn}/fullchain.pem",
+    ssl_certfile                => "/etc/letsencrypt/live/${facts['facts['networking']['fqdn']']}/fullchain.pem",

${::fqdn} gets replaced by ${facts['facts['networking']['fqdn']']} which does not seem to be correct (check where the ' are)

Environment

  • Puppet-lint version [3.2.0]

Thanks,
Daniel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions