Closed circuitousNerd closed 8 years ago
None. This is a documentation issue
Complex example shows:
class { 'confluence': version => '5.7.1', installdir => '/opt/atlassian/atlassian-confluence', homedir => '/opt/atlassian/application-data/confluence-home', javahome => '/opt/java', java_opts => '-Dhttp.proxyHost=proxy.example.com -Dhttp.proxyPort=3128 -Dhttps.proxyHost=secure-proxy.example.com -Dhttps.proxyPort=3128' proxy => { scheme => 'https', proxyName => 'confluence.example.co.za', proxyPort => '443', }, }
Complex example should show:
class { 'confluence': version => '5.7.1', installdir => '/opt/atlassian/atlassian-confluence', homedir => '/opt/atlassian/application-data/confluence-home', javahome => '/opt/java', java_opts => '-Dhttp.proxyHost=proxy.example.com -Dhttp.proxyPort=3128 -Dhttps.proxyHost=secure-proxy.example.com -Dhttps.proxyPort=3128' tomcat_proxy => { scheme => 'https', proxyName => 'confluence.example.co.za', proxyPort => '443', }, }
I have fixed this in a fork but wasn't sure if it was worth making a PR for. If it is, let me know and I'll make it.
thanks for reporting this. Could you please submit the PR?
Done. Forgive me if I did it incorrectly, this is my first PR.
i think it was quite good :D
Affected Puppet, Ruby, OS and module versions/distributions
None. This is a documentation issue
What are you seeing
Complex example shows:
What behaviour did you expect instead
Complex example should show:
How did this behaviour get triggered
Output log
Any additional information you'd like to impart
I have fixed this in a fork but wasn't sure if it was worth making a PR for. If it is, let me know and I'll make it.