-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi All,
when trying include a f5_profileclientssl in virtualserver I get the following error. Reproducing was simply to create a SSL client profile and use require lines create dependency. I think it's a missing "," on line 20 of the rest.rb file. Will create merge request once I've tested it.
2020-09-18 14:23:47 +1000 Puppet (err): Could not autoload puppet/provider/f5_profileclientssl/rest: /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:21: syntax error, unexpected tIDENTIFIER, expecting ')' proxy_ssl: profile['... ^~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:22: syntax error, unexpected tLABEL, expecting '=' proxy_ssl_passthrough: profile['proxySslPasst... ^~~~~~~~~~~~~~~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:23: syntax error, unexpected tLABEL, expecting '=' ssl_forward_proxy: profile['sslForwar... ^~~~~~~~~~~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:24: syntax error, unexpected tLABEL, expecting '=' ... ssl_forward_proxy_bypass: profile['sslForwardProxyB... ... ^~~~~~~~~~~~~~~~~~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:25: syntax error, unexpected tLABEL, expecting '=' peer_cert_mode: profile['peerCe... ^~~~~~~~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:26: syntax error, unexpected tLABEL, expecting '=' authenticate: profile['auth... ^~~~~~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:27: syntax error, unexpected tLABEL, expecting '=' retain_certificate: profile['retainCert... ^~~~~~~~~~~~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:28: syntax error, unexpected tLABEL, expecting '=' authenticate_depth: profile['authentica... ^~~~~~~~~~~~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:29: syntax error, unexpected tLABEL, expecting '=' partition: profile['p... ^~~~~~~~~~ /opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_profileclientssl/rest.rb:30: syntax error, unexpected ')', expecting '=' ) ^