What version of Puppet?

-- 
Becca 



> On Mar 8, 2020, at 11:48 AM, Helmut Schneider <jumpe...@gmx.de> wrote:
> 
> 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 
> <http://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 
> <mailto: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
>  
> <https://groups.google.com/d/msgid/puppet-users/r437ki%247fk%241%40ciao.gmane.io>.

-- 
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/8A0869E0-2424-4D77-8CCF-17AC065D9FAD%40puppet.com.

Reply via email to