You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot alias Apache_directive[set_apache_listen_address_1] to [nil, "Listen", nil] at (file: /etc/puppetlabs/code/environments/rk_test/site/apache/manifests/init.pp, line: 56); resource ["Apache_directive", nil, "Listen", nil] already declared (file: /etc/puppetlabs/code/environments/rk_test/site/apache/manifests/init.pp, line: 56)
I know this is probably a small use case, but having multiple Listen directives is valid syntax in Apache, so I'm filing this issue report as I think this needs a fix.
The text was updated successfully, but these errors were encountered:
Indeed, that doesn't seem doable at the moment. I'm not sure how to make this possible really. What kind of syntax would you expect to use to tell Puppet that it needs to manage several Listen parameters instead of overriding?
We have a need to add multiple specific "Listen" directives in the httpd.conf file, but I don't seem to be able to.
The following code:
simply results in:
I know this is probably a small use case, but having multiple Listen directives is valid syntax in Apache, so I'm filing this issue report as I think this needs a fix.
The text was updated successfully, but these errors were encountered: