Hello
i use puppet and module r10k to deploy my profile.
I overload apache with my wrapper
I have an error when i use this code
if $apachedeploy::proxyremote { apache::mod { 'proxy': proxy_timeout => $apachedeploy::proxytimeout, } apache::mod { 'proxy_html': } }
Hello i use puppet and module r10k to deploy my profile. I overload apache with my wrapper
I have an error when i use this code
if $apachedeploy::proxyremote { apache::mod { 'proxy': proxy_timeout => $apachedeploy::proxytimeout, } apache::mod { 'proxy_html': } }
the parameter proxy_timeout is not recognized
Thx