You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/05/30 19:53:02 UTC

[jira] [Updated] (BIGTOP-1328) Puppet should provision sudoers to allow NOPASSWD test user

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

Konstantin Boudnik updated BIGTOP-1328:
---------------------------------------

    Description: 
The following content needs to be added to {{/etc/sudoers.d/20_bigtop}}
{code}
Defaults    env_keep += "PATH"
Defaults    exempt_group = bigtop

bigtop  ALL= (root) NOPASSWD: /bin/bash
bigtop  ALL= (hdfs) NOPASSWD: /bin/bash
{code}

> Puppet should provision sudoers to allow NOPASSWD test user 
> ------------------------------------------------------------
>
>                 Key: BIGTOP-1328
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1328
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: Deployment
>    Affects Versions: 0.7.0
>            Reporter: Konstantin Boudnik
>             Fix For: 0.8.0
>
>
> The following content needs to be added to {{/etc/sudoers.d/20_bigtop}}
> {code}
> Defaults    env_keep += "PATH"
> Defaults    exempt_group = bigtop
> bigtop  ALL= (root) NOPASSWD: /bin/bash
> bigtop  ALL= (hdfs) NOPASSWD: /bin/bash
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)