[Puppet Users] Re: Schedule for own resources?

2012-02-02 Thread Os
On Feb 2, 9:43 pm, jcbollinger wrote: > > Hmm.  That statement may have been overly optimistic.  I think it's > pretty clear clear cut that schedules *should* work for defined type > instances, but perhaps Puppet is buggy in that regard. > > I don't see anything wrong with your manifest or your ex

[Puppet Users] Re: Chef knife equivalent in puppet

2012-02-02 Thread sateesh
Hi Cody, Thanks for your response. As Specified by you I understood this way. Please correct me if I am wrong. 1) I will be having a ready new VM with Ubuntu installed. So I dont need to execute the step "puppet node create --image ami-2342a94a -- keypair jeff --type t1.micro" in the link https:

Re: [Puppet Users] Re: Upgrade 2.7.9 to 2.7.10; puppet client hangs

2012-02-02 Thread Grant Byers
FYI I had this same problem after an upgrade from 2.7.9 to 2.7.10. I'm running a CentOS 5.7 OpenVZ VPS & don't have access to update the kernel ; # uname -r 2.6.18-274.7.1.el5.028stab095.1 # facter puppetversion rubyversion virtual puppetversion => 2.7.10 rubyversio

[Puppet Users] Puppet Enterprise 2.0.2 is available

2012-02-02 Thread Matthaus Litteken
Hello, Puppet Enterprise users! Puppet Enterprise 2.0.2 is available. This is a maintenance release PE with bug fixes. The main issues addressed were improving upgrades on EL 4 and cloud provisioner packaging updates for debian/ubuntu. As always, if upgrading, it is recommended to upgrade your m

Re: [Puppet Users] Catalog Service

2012-02-02 Thread Daniel Pittman
On Wed, Feb 1, 2012 at 17:01, Nigel Kersten wrote: > On Tue, Jan 31, 2012 at 10:53 AM, blomquisg wrote: >> >> A while back I stumbled on >> http://projects.puppetlabs.com/projects/puppet/wiki/CatalogServiceArchitecture. >> >> What's the status of the Catalog Service Architecture?  I couldn't >> f

[Puppet Users] How do I track updates to forge modules?

2012-02-02 Thread John Warburton
Is there a way to "watch" modules and be notified if they are updated? I can't see anything obvious in the documentation Thanks John -- 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@googlegroup

Re: [Puppet Users] Re: constraint checking

2012-02-02 Thread Jo Rhett
>> On Jan 26, 2012, at 6:19 AM, jcbollinger wrote: >>> For the most part, I think this reflects the difficulty of the >>> underlying problem more than any inadequacy of Puppet. If multiple >>> independent subsystems place different demands on the same resources, >>> then you have a mess to sort ou

[Puppet Users] Re: pass values to puppet-lvm

2012-02-02 Thread jcbollinger
On Feb 2, 1:53 pm, Luke wrote: > Thank you for your help. > > I am pretty new to puppet but am making some progress. > > One question how do I get the: > > lvm::volume {'setvolume': >          vg => 'myvg', >          pv => '/dev/sdb', >          fstype => 'ext3', >          name => 'mylv', >  

[Puppet Users] Re: Schedule for own resources?

2012-02-02 Thread jcbollinger
On Feb 2, 9:10 am, Os wrote: > On Feb 2, 3:34 pm, jcbollinger wrote: > > > > > You are missing something, I think.  The 'schedule' metaparameter can > > be used with any resource, including those of defined types. Hmm. That statement may have been overly optimistic. I think it's pretty clea

Re: [Puppet Users] ldap.conf modification problem

2012-02-02 Thread hai wu
I hit the exact same issue, thanks for confirming this. Basically one run (other than cert request run) in kickstart is not possible for puppet to completely configure a node in LDAP environment. On 3/10/11, Daniel Pittman wrote: > Actually, it is worse than that: it is "libc, as used by Ruby, as

[Puppet Users] Re: Network config module won't work. -Mac address errors

2012-02-02 Thread Luke
Thanks for your help. I removed the mac. The issue actually turned out to be I needed to do a dos2unix on my template files :{ On Jan 19, 10:38 am, Ger Apeldoorn wrote: > If you omit the macaddress in the ifcfg-eth0 file, it should work properly > if there are no persistent network configs. > >

Re: [Puppet Users] Re: /etc/init.d/mysql =fail mysqld=success

2012-02-02 Thread Nan Liu
On Thu, Feb 2, 2012 at 4:39 AM, Hendy Irawan wrote: > I'm having the same problem in Ubuntu Oneiric 11.10 64-bit. > > It seems puppet runs this command: > > debug: Service[mysql](provider=debian): Executing '/etc/init.d/mysql > status' > > which outputs : > > $ /etc/init.d/mysql status > Rather th

[Puppet Users] Re: pass values to puppet-lvm

2012-02-02 Thread Luke
Thank you for your help. I am pretty new to puppet but am making some progress. One question how do I get the: lvm::volume {'setvolume': vg => 'myvg', pv => '/dev/sdb', fstype => 'ext3', name => 'mylv', size =>'8G', ensure => 'present',

Re: [Puppet Users] MCollective Cost?

2012-02-02 Thread Cody Herriges
We even package and freely distribute rpms for the the stable release. http://yum.puppetlabs.com/el/6/products/i386/ -- Cody Herriges Professional Service Engineer - Puppet Labs pgp key: 0x5DB77142 @ pgp.mit.edu On Feb 1, 2012, at 9:52 AM, R.I.Pienaar wrote: > > > - Original Message -

[Puppet Users] Re: /etc/init.d/mysql =fail mysqld=success

2012-02-02 Thread Hendy Irawan
I'm having the same problem in Ubuntu Oneiric 11.10 64-bit. It seems puppet runs this command: debug: Service[mysql](provider=debian): Executing '/etc/init.d/mysql status' which outputs : $ /etc/init.d/mysql status Rather than invoking init scripts through /etc/init.d, use the service(8) utilit

Re: [Puppet Users] Re: Chef knife equivalent in puppet

2012-02-02 Thread Cody Herriges
On Feb 2, 2012, at 5:18 AM, sateesh wrote: > Hi Cody, > > Probably that may also solve my problem. > > My requirement is I need to run a command line that takes the IP, > user, password and module to be installed on that IP. By giving that > command it should install that module on that IP. > >

[Puppet Users] Announcement: Geppetto 2.1.2 released

2012-02-02 Thread Henrik Lindberg
Hi, I am happy to announce that Geppetto 2.1.2 has been released and is available as an update from within Geppetto. If you do not already have Geppetto installed, start by downloading version 2.1.0 here https://github.com/cloudsmith/geppetto/downloads In release 2.1.2 * Co

[Puppet Users] Re: Schedule for own resources?

2012-02-02 Thread Os
On Feb 2, 3:34 pm, jcbollinger wrote: > > You are missing something, I think. The 'schedule' metaparameter can > be used with any resource, including those of defined types. > > Could it be as simple as the fact that you name your schedule > 'morning', but assign a different, possibly missing, sc

[Puppet Users] Re: Schedule for own resources?

2012-02-02 Thread jcbollinger
On Feb 2, 5:18 am, Os wrote: > Hello, > > I am testing some schedule configurations and was wondering if I can > use the schedule type in my own defines? As far as I can claim from my > own tests, this is not possible? > > For example, the schedule "morning" does not work with my self-written >

[Puppet Users] Re: How to create / update resources at puppetmaster without restarting puppetmaster

2012-02-02 Thread jcbollinger
On Feb 2, 2:55 am, Denmat wrote: > Hi, > > You will need to provide more detail as to what you are doing. We have no > idea what the following does: > > > testclass.pp > or > > testmanifest.rb > > Loosely speaking puppet will rescan files in /etc/puppet without the need to > restart the master

[Puppet Users] Re: Conditional copy of file

2012-02-02 Thread jcbollinger
On Feb 1, 8:21 am, kashif wrote: > Hi > It may have been answered earlier but I could not find anywhere. My > requirement is that I want to copy a file from server to agent in few > conditions but don't want to touch file in rest of the condition > > class example { >               case $hostnam

[Puppet Users] Re: How to specify the modules dependencies

2012-02-02 Thread jcbollinger
On Feb 1, 12:23 am, sateesh wrote: > Hi, > > I have following code in site.pp > > node default{ >   include abc >   include mno >   include xyz > > } > > when I trying to apply the modules are installed in parallel. No, they're not. The Puppet agent is single-threaded, so it never does anythi

[Puppet Users] Re: Chef knife equivalent in puppet

2012-02-02 Thread sateesh
Hi Cody, Probably that may also solve my problem. My requirement is I need to run a command line that takes the IP, user, password and module to be installed on that IP. By giving that command it should install that module on that IP. So, in chef after doing that command (it is knife bootstrap),

[Puppet Users] Re: Chef knife equivalent in puppet

2012-02-02 Thread sateesh
Hi Cody, Probably that may also solve my problem. My requirement is I need to run a command line that takes the IP, user, password and module to be installed on that IP. By giving that command it should install that module on that IP. So, in chef after doing that command (it is knife bootstrap),

[Puppet Users] Re: Chef knife equivalent in puppet

2012-02-02 Thread sateesh
Hi Cody, Probably that may also solve my problem. My requirement is I need to run a command line that takes the IP, user, password and module to be installed on that IP. By giving that command it should install that module on that IP. So, in chef after doing that command (it is knife bootstrap),

Re: [Puppet Users] Re: Is puppet right for us?

2012-02-02 Thread sateesh
Thank you Jeff. This is what I am looking for. But is there any other tool where we can install on a private cloud rather than Amazon EC2. Thanks in advance, Sateesh B. Jeff McCune wrote: > On Tue, Jan 31, 2012 at 9:08 PM, sateesh wrote: > > Thanks Jeff for your response. > > > > But I hope the

[Puppet Users] Schedule for own resources?

2012-02-02 Thread Os
Hello, I am testing some schedule configurations and was wondering if I can use the schedule type in my own defines? As far as I can claim from my own tests, this is not possible? For example, the schedule "morning" does not work with my self-written define "my_crontab":

Re: [Puppet Users] How to create / update resources at puppetmaster without restarting puppetmaster

2012-02-02 Thread Denmat
Hi, You will need to provide more detail as to what you are doing. We have no idea what the following does: > testclass.pp or > testmanifest.rb Loosely speaking puppet will rescan files in /etc/puppet without the need to restart the master (depending on your version of puppet). Cheers Den O