Am 07.03.2020 um 19:00 schrieb Becca Robinson:

I just ran through some testing and try putting single quotes around your --mpm_event in Hiera.

host.yaml:
profiles:
  webserver:
    apache:
      server:
        modules:
          enable:
            - headers
            - include
            - mpm_prefork
            - ssl
            -‘--mpm_event'


puppet lookup --node $(hostname -f) --merge deep --knock-out-prefix '--' profiles
---
webserver:
   apache:
     server:
       modules:
         enable:
         - status
         - headers
         - include
         - mpm_prefork
         - ssl

Single quotes also do not work for me:

        modules:
          enable:
            - headers
            - include
            - mpm_prefork
            - ssl
            - '--mpm_event'

helmut@puppet:~$ sudo puppet lookup --node h2786452.stratoserver.net --merge deep --knock-out-prefix '--' profiles.webserver.apache.server.modules
---
enable:
- mpm_event
- status
- headers
- include
- mpm_prefork
- ssl
helmut@puppet:~$

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/r437ki%247fk%241%40ciao.gmane.io.

Reply via email to