You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2019/02/13 09:25:00 UTC

[jira] [Updated] (BIGTOP-3166) Update Kerberos module to comply with Puppet's syntax

     [ https://issues.apache.org/jira/browse/BIGTOP-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evans Ye updated BIGTOP-3166:
-----------------------------
    Description: 
Kerberos module uses site as class name, which is a reserved keyword in puppet. An error log thrown if deploy with Puppet 5 (BIGTOP-3161):
{code}
Error: Evaluation Error: Error while evaluating a Resource Statement, 'class' keyword not allowed at this location (file: /bigtop-home/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp, line: 26, column: 3) (file: /bigtop-home/bigtop-deploy/puppet/manifests/cluster.pp, line: 227) on node 02c04acdc56b.bigtop.apache.org
{code}

Ref: https://tickets.puppetlabs.com/browse/PUP-9363?attachmentViewMode=gallery

  was:
Kerberos module uses site as class name, which is a reserved keyword in puppet. An error log thrown if deploy with Puppet 5 (BIGTOP-3161):
{code}
Error: Evaluation Error: Error while evaluating a Resource Statement, 'class' keyword not allowed at this location (file: /bigtop-home/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp, line: 26, column: 3) (file: /bigtop-home/bigtop-deploy/puppet/manifests/cluster.pp, line: 227) on node 02c04acdc56b.bigtop.apache.org
{code}


> Update Kerberos module to comply with Puppet's syntax
> -----------------------------------------------------
>
>                 Key: BIGTOP-3166
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3166
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: deployment
>    Affects Versions: 1.3.0
>            Reporter: Evans Ye
>            Assignee: Evans Ye
>            Priority: Major
>             Fix For: 1.3.1
>
>
> Kerberos module uses site as class name, which is a reserved keyword in puppet. An error log thrown if deploy with Puppet 5 (BIGTOP-3161):
> {code}
> Error: Evaluation Error: Error while evaluating a Resource Statement, 'class' keyword not allowed at this location (file: /bigtop-home/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp, line: 26, column: 3) (file: /bigtop-home/bigtop-deploy/puppet/manifests/cluster.pp, line: 227) on node 02c04acdc56b.bigtop.apache.org
> {code}
> Ref: https://tickets.puppetlabs.com/browse/PUP-9363?attachmentViewMode=gallery



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)