When I'm installing some package using puppet, let's say
package { "xxx":
ensure => present,
}
How do I include if it is running yum install, or apt-get when I'm pushing
this module on os level?
I want to have output like,
using yum install xx or something like that if it is
Hi, I am trying to create a module with smart class parameter. Actually,
the simple one like
user { "$users":
ensure => "present",
uid => "$uid",
gid => "$gid",
}
I want to edit these functions via gui before pushing it out. What can be
the solution? or can anyone g
Can I create my local repo to fetch the packages from instead of pulling it
from the web using chocolatey?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to pupp
is it possible to install the windows package using puppet? I know I can do
it using the Powershell but I want to dry run it to ensure if it is
installed first?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group an
all the users in the
> system and use that information in a class to check and save against a
> centralized db.
> On Jul 23, 2014 4:35 PM, "huhm4n" > wrote:
>
>> I'm trying to audit local users and groups in linux and ad,local
>> users,groups on windows
I just want to audit the server, like if someone created the user manually,
then i'd know. How do i do that?
On Wednesday, July 23, 2014 4:08:07 PM UTC-7, Ygor wrote:
>
> Use puppet to create new users.
>
> On Jul 23, 2014, at 6:09 PM, huhm4n >
> wrote:
>
> How do
can you cat the /etc/mcollective/server.cfg file?
On Tuesday, July 22, 2014 11:03:19 PM UTC-7, vishal faldu wrote:
>
> Can some help me on this issues ?
>
> [root@pmaster ~]# mco ping
>
>
> ping statistics
> No responses received
>
> ==
> /etc/mcollecti
How do i make puppet notify me when new users are created? Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscr...@googlegroup
I'm trying to audit local users and groups in linux and ad,local
users,groups on windows using puppet? I looked over, all i can find is to
audit permission of file, service status, package installation and all..is
there a a way i can get the list of users and have module to see if there
is new
I have three puppet masters with separate CA on each and with their own
database. I want to make one as the CA server and have the other two point
it, how would i do that? I was trying this page
http://docs.puppetlabs.com/guides/scaling_multiple_masters.html but I
cannot follow the steps. Is th
10 matches
Mail list logo