Re: [Puppet Users] Re: Cannot update Puppet 3.7.5 to 3.8.1 on Windows

2015-07-17 Thread dhaval thakar
I am facing same issue with 3.7.5 to 3.8.1 upgrade. On 17-Jul-2015 7:04 pm, "Byron Miller" wrote: > My windows team mentioned the same issue of not being able to upgrade the > agent because of a ruby issue.. I haven't had much time yet to go jump in > and help them, but this sounds exactly like w

[Puppet Users] can someone suggest me module release procedure please

2015-04-17 Thread Dhaval
Hello, i am setting up my new puppet env, i am using "Katello" for HostGroups and applying classes to hostgroups ... and using Hiera for data part ... i have 3 environments ( /etc/puppet/environment/{development, stage, production} ) .. I am using gitolite for all my module repositories ... a

Re: [Puppet Users] developing module for k5login

2015-04-07 Thread Dhaval
i changed variable name and it worked now. On Tuesday, 7 April 2015 15:46:54 UTC+5:45, Dhaval wrote: > > Hello, this is what it looks. > > init.pp > > class k5login( > $principles = hiera_array('k5login::principles', []) > ){ > validate_array($principles)

Re: [Puppet Users] developing module for k5login

2015-04-07 Thread Dhaval
aml k5login::principles: - user1/r...@example.com - user2/r...@example.com environments/development.yaml k5login::principles: - us...@example.com Now when i do puppet run, i get user3 in k5login, what i want is user1, user2, and user2 all. Regards, D On Tuesday, 7 April 2015 12:46:5

[Puppet Users] Hiera with Redis

2015-04-07 Thread Dhaval
Hello, how do i add below to redis ? sudo::configs: 'admins': 'content' : "%admins ALL=(ALL) NOPASSWD: ALL" 'priority' : 10 I tried couple of things but not sure how to add array of hashes. Regards, D -- You received this message because you are subscribed to the Google Groups "

[Puppet Users] developing module for k5login

2015-04-06 Thread Dhaval
then populates the k5login? i tried "deeper" merging and hiera_array, still not sure why it's not working. anything special i need to do ? Regards, Dhaval -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe

Re: [Puppet Users] What's difference between roles and profiles, ENC and Hiera

2015-04-01 Thread Dhaval
e. Thanks again, this helps. On Wednesday, 1 April 2015 19:26:19 UTC+5:45, jcbollinger wrote: > > > > On Tuesday, March 31, 2015 at 10:31:14 AM UTC-5, Dhaval wrote: >> >> Thanks, I have seen some of those, if someone can brief me when to use >> what appreciate

Re: [Puppet Users] What's difference between roles and profiles, ENC and Hiera

2015-03-31 Thread Dhaval
Thanks, I have seen some of those, if someone can brief me when to use what appreciate that .. On Tuesday, 31 March 2015 21:07:10 UTC+5:45, Matt Zagrabelny wrote: > > On Tue, Mar 31, 2015 at 10:16 AM, Dhaval > > wrote: > > Hello, > > > > I am starting learnin

[Puppet Users] What's difference between roles and profiles, ENC and Hiera

2015-03-31 Thread Dhaval
Hello, I am starting learning puppet, i want to understand what is the difference between roles and profiles and ENV and Hiera ? are all different ways of assigning classes or data to host ? can you help to give me brief comparison and what's best suited ? Regards, -- You received this messa

Re: [Puppet Users] Puppet Master Disk usage management

2014-10-15 Thread Dhaval Thakar
Hi, I run following commands to clean reports from mysql & filesystem. I am still learning puppet, try this on your test setup. For my requirement dashboard reports for three days is enough. cd /usr/share/puppet-dashboard ; export RAILS_ENV=production ; rake reports:prune upto=3 unit=day cd /u

Re: [Puppet Users] Apply patch once to windows node

2014-07-21 Thread dhaval thakar -SkillnetED
Original Message Subject: Re: [Puppet Users] Apply patch once to windows node From: David Schmitt To: puppet-users@googlegroups.com Date: 07/21/2014 11:39 AM On 2014-07-15 15:36, Dhaval Thakar wrote: Hi All, I am starting to use puppet to manage windows nodes, tried

[Puppet Users] Apply patch once to windows node

2014-07-15 Thread Dhaval Thakar
Hi All, I am starting to use puppet to manage windows nodes, tried searching but couldn't find solution for this... I need to apply kaspersky patch using puppet to windows nodes. So far I have used kaspersky server to install / upgrade / patch antivirus. Trying to get it done using puppet. Ca

Re: [Puppet Users] Using Puppet for Application package installation

2013-04-06 Thread Dhaval
; latest' and configure the YUM repo on the node to point to a new > repo with your updated packages when the time comes. Another possibility is > to use 'ensure => present' and do an explicit 'yum upgrade' operation > through MCollective to get the packages updated;

[Puppet Users] Using Puppet for Application package installation

2013-04-04 Thread Dhaval
Hello Guys, i want to know, can we use puppet to install application packages ( not system packages ) .. if yes how , if someone can through some light .. my requirement is 1) application team can create package on their own and update in yum repo ( without root ) 2) application team can insta

[Puppet Users] Managing puppet as Application software management

2012-12-01 Thread Dhaval
Hi, using puppet can i manage application packages, for example if some application user want to install his application package, is it possible to maintain that package using puppet ? like opsware do ? Regards, Dha -- You received this message because you are subscribed to the Google Groups

Re: AW: [Puppet Users] Start puppet master

2012-06-11 Thread Dhaval
Dhaval nomura.com> writes: > > Thanks Bernd, > > yes i am starting it with root and below are the permission for that directory. > > drwxr-xr-x 2 root root 4096 Jun 11 21:09 /var/lib/puppet/run/ > > eventhough after doing 777 it's giving same messages. &g

Re: AW: [Puppet Users] Start puppet master

2012-06-11 Thread Dhaval
Thanks Bernd, yes i am starting it with root and below are the permission for that directory. drwxr-xr-x 2 root root 4096 Jun 11 21:09 /var/lib/puppet/run/ eventhough after doing 777 it's giving same messages. Regards, Dhaval -- You received this message because you are subscribed t

[Puppet Users] Start puppet master

2012-06-11 Thread Dhaval
issing ? i have used default puppet.conf file generated using command line with -genconfig option Regards, Dhaval -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To

[Puppet Users] Re: Update .k5login with Puppet

2012-06-04 Thread Dhaval
On Monday, June 4, 2012 6:13:45 PM UTC+5:30, Paul Tötterman wrote: > > Hi Dhaval, > > >> can you anyone suggest me how can i update .k5login to append new entry >> or >> remove existing line >> > > Can you use the file_line type in puppet stdlib?

[Puppet Users] Update .k5login with Puppet

2012-06-03 Thread Dhaval
..@myrealm.com', } it completelty removes all lines form k5login and put above entry but how can i append/remove entry to exsitng k5 Thanks, Dhaval -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group