[Puppet Users] Debugging which provider and which command it is using

2014-10-27 Thread huhm4n
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

[Puppet Users] Module with smart class parameter

2014-08-18 Thread huhm4n
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

[Puppet Users] Chocolatey repos

2014-08-13 Thread huhm4n
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

[Puppet Users] install windows package

2014-08-11 Thread huhm4n
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

Re: [Puppet Users] Auditing users (AD+local) and groups

2014-07-24 Thread huhm4n
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

Re: [Puppet Users] Managing users using puppet

2014-07-23 Thread huhm4n
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

[Puppet Users] Re: mco ping --No responses received

2014-07-23 Thread huhm4n
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

[Puppet Users] Managing users using puppet

2014-07-23 Thread huhm4n
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

[Puppet Users] Auditing users (AD+local) and groups

2014-07-23 Thread huhm4n
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

[Puppet Users] Puppet CA Server

2014-07-14 Thread huhm4n
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