FAQ
Hi Everyone;

Why does running "puppet resource" require root/sudo access? Is it
supposed to be this way or do I have a permissions issue?
I installed using the gzip files...

Thanks!

--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.

Search Discussions

  • Douglas Brancaglion at Jun 26, 2012 at 12:29 am
    use sudo command in exec, no problem, but you need to configure sudoers
    file.

    2012/6/25 Worker Bee <[email protected]>
    Hi Everyone;

    Why does running "puppet resource" require root/sudo access? Is it
    supposed to be this way or do I have a permissions issue?
    I installed using the gzip files...

    Thanks!

    --
    You received this message because you are subscribed to the Google Groups
    "Puppet Users" group.
    To post to this group, send email to [email protected].
    To unsubscribe from this group, send email to
    [email protected].
    For more options, visit this group at
    http://groups.google.com/group/puppet-users?hl=en.


    --
    Douglas Brancaglion
    Security Analist

    --
    You received this message because you are subscribed to the Google Groups "Puppet Users" group.
    To post to this group, send email to [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
  • Me at Jun 26, 2012 at 1:12 am
    Of course giving someone 'sudo puppet' is the same as giving them full root
    access. Just be aware of that.
    On Monday, June 25, 2012, Douglas Brancaglion wrote:

    use sudo command in exec, no problem, but you need to configure sudoers
    file.

    2012/6/25 Worker Bee <[email protected] <javascript:_e({}, 'cvml',
    '[email protected]');>>
    Hi Everyone;

    Why does running "puppet resource" require root/sudo access? Is it
    supposed to be this way or do I have a permissions issue?
    I installed using the gzip files...

    Thanks!

    --
    You received this message because you are subscribed to the Google Groups
    "Puppet Users" group.
    To post to this group, send email to [email protected]<javascript:_e({}, 'cvml', '[email protected]');>
    .
    To unsubscribe from this group, send email to
    [email protected] <javascript:_e({}, 'cvml',
    'puppet-users%[email protected]');>.
    For more options, visit this group at
    http://groups.google.com/group/puppet-users?hl=en.


    --
    Douglas Brancaglion
    Security Analist

    --
    You received this message because you are subscribed to the Google Groups
    "Puppet Users" group.
    To post to this group, send email to [email protected]<javascript:_e({}, 'cvml', '[email protected]');>
    .
    To unsubscribe from this group, send email to
    [email protected] <javascript:_e({}, 'cvml',
    'puppet-users%[email protected]');>.
    For more options, visit this group at
    http://groups.google.com/group/puppet-users?hl=en.

    --
    twitter: @procnetdev

    --
    You received this message because you are subscribed to the Google Groups "Puppet Users" group.
    To post to this group, send email to [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
  • Jcbollinger at Jun 26, 2012 at 12:55 pm

    On Monday, June 25, 2012 4:46:39 PM UTC-5, Worker Bee wrote:
    Why does running "puppet resource" require root/sudo access? Is it
    supposed to be this way or do I have a permissions issue?
    I installed using the gzip files...
    I guess in principle it's for the same reason that the agent needs to run
    with root privilege: it otherwise doesn't have sufficient access to do its
    job. In practice, I can't think of very many things I would expect 'puppet
    resource' to be able to find out that are actually privileged, at least on
    the systems I'm familiar with. There are a few, however, including system
    passwords (hashes) and service statuses.


    John

    --
    You received this message because you are subscribed to the Google Groups "Puppet Users" group.
    To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/WIs11BnU8GUJ.
    To post to this group, send email to [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
  • Stefan Schulte at Jun 26, 2012 at 5:47 pm

    On Mon, Jun 25, 2012 at 05:46:39PM -0400, Worker Bee wrote:
    Hi Everyone;

    Why does running "puppet resource" require root/sudo access? Is it
    supposed to be this way or do I have a permissions issue?
    I installed using the gzip files...

    Thanks!
    puppet resource doesnt necessarily require root access. E.g. running
    »puppet resource group« should show you present groups and it should
    work as a normal user. Like:

    % puppet resource group wheel
    group { 'wheel':
    ensure => 'present',
    gid => '10',
    }

    Just note that »puppet resource some_resource_type« needs a suitable
    provider for the type. Most of the providers specify a few files that
    have to be executable by the user that is running puppet. The »groupadd«
    provider e.g. requires the commands "groupadd", "groupdel" and "groupmod".
    If your unprivileged user doesnt have these commands in $PATH or doesn't
    have access rights (I guess ubuntoo ships these commands with mode 0700)
    puppet will not work.

    -Stefan

    --
    You received this message because you are subscribed to the Google Groups "Puppet Users" group.
    To post to this group, send email to [email protected].
    To unsubscribe from this group, send email to [email protected].
    For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
grouppuppet-users @
categoriespuppet
postedJun 25, '12 at 9:46p
activeJun 26, '12 at 5:47p
posts5
users5
websitepuppetlabs.com

People

Translate

site design / logo © 2023 Grokbase