Re: [Puppet Users] Problem with Variables and Class Inheritance

2010-03-25 Thread M.F Haris
Thanks Alan, Yesterday, I did it exactly the same way and it is running fine. I hope this will be helpful for other puppet newbies too. Am 24.03.2010 19:09, schrieb Alan Barrett: On Mon, 22 Mar 2010, Farooque M Haris wrote: class /*DevelopersManager */#Secondary Class 1 { *$fileList

[Puppet Users] Problem with Variables and Class Inheritance

2010-03-22 Thread Farooque M Haris
I am trying to create set of users from different set of lists in the following way; *Secondary Classes* - class /*DevelopersManager */#Secondary Class 1 { *$fileList* = "developerUserlist.txt" *$group* = "users" *$home *= "/home" include StaffManager } class /*Admi

[Puppet Users] Puppet 0.25.4 Init problem

2010-03-11 Thread Haris Farooque
erver start Starting puppet: Could not prepare for execution: Could not create PID file: /var/puppet/run/puppetmaster.pid this is happening with the client too. what is the problem here? is it a file permission issue? looking forward to hear some replies -- M. Haris Farooque -- You re

Re: [Puppet Users] File paths must be fully qualified

2010-03-05 Thread Haris Farooque
#require => Package["sudo"], } this is the err: err: Could not run Puppet configuration client: Parameter path failed: File paths must be fully qualified, not 'puppet:/SLES_SUDO/sudoers' at /etc/puppet/manifests/: Am 03.03.2010 13:17, schrieb Haris Farooque:

[Puppet Users] File paths must be fully qualified

2010-03-03 Thread Haris Farooque
ified, not 'puppet:/myFileSrc**/' at /etc/puppet/manifests/:158 *whats wrong here? * *-- Haris Farooque -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups

[Puppet Users] puppet Upgrade request from 0.24.8 To 0.25.4 (SLES 11 Package)

2010-02-24 Thread Haris Farooque
to upgrade to latest stable release 0.25.* for server (with factor) and client-nodes. We just like to enquire you if there is a package/rpm available for SLES 11? If yes, please share with us? Thanks -- M. Haris Farooque -- You received this message because you are subscribed to the Google

[Puppet Users] Puppet 0.25.* SLES 11 Package

2010-02-24 Thread Haris Farooque
there is a package/rpm available for SLES 11? If yes, please share with us? Thanks -- M. Haris Farooque -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe

[Puppet Users] Iterating Arrays using loop

2010-02-18 Thread Haris Farooque
Dear members, Is it possible to iterate arrays ? Loops will definitely solve this, but i don't know how to do it in puppet. waiting for suggestions and comments Thanks -- M. Haris -- You received this message because you are subscribed to the Google Groups "Puppet Users" gr

[Puppet Users] Problem in Setting User Password

2010-01-28 Thread Haris Farooque
sage; 'Provider useradd does not support features manages_passwords; not managing attribute password' I have read this; http://reductivelabs.com/trac/puppet/wiki/PuppetRedHatCentos However, libshadow package (libshadow.so) is in /usr/local/libshadow directry. can anyone help me out

[Puppet Users] Configuring SNMP on IBM-AIX

2009-11-19 Thread Farooque M Haris
Dear all, I have configure SNMP on IBM-AIX machine. since, in AIX there are number of sub-agents running for snmp agent i.e. number of configuration files to alter e.g. snmpdv3.conf, snmpmibd.conf, aixmibd.conf, hostmibd.conf. Has anybody configured them before? what could be a better way to do

[Puppet Users] AIX client Could not parse source path in fileserver.conf

2009-11-13 Thread M F Haris
dear all, I am stuck in a small issue with my AIX node. I need to copy the ssh key file of individual users from my server in to their home directory in AIX client. I cannot manage the 'source' resource with path defined in fileserver.conf. filserver.conf: [AIX] path myfil

[Puppet Users] Re: Managing 'services' (daemons) in AIX Client

2009-11-13 Thread M F Haris
jcbollinger schrieb: > > On Nov 12, 7:32 am, M F Haris wrote: > >> I want to manage services in my AIX node. I mean i can start/stop >> service using >> exec { command => "/etc/rc/blah-service start",} but i like this to be >> done by puppet itsel

[Puppet Users] Creating Multiple Users in IBM AIX

2009-11-12 Thread M F Haris
hi all, I am trying to create a set of users on my AIX node and trying to get their authorized_keys which are already hosted on my server with name like, myuser_id_ds.pub. Currently i am managing 2 nodes (1. Suse Enterprise 2. AIX). I defined the 'source' file paths in 2 separate contexts in

[Puppet Users] Managing 'services' (daemons) in AIX Client

2009-11-12 Thread M F Haris
Dear all, I want to manage services in my AIX node. I mean i can start/stop service using exec { command => "/etc/rc/blah-service start",} but i like this to be done by puppet itself with its type reference 'service'. has anyone manage the services on AIX machine ??? if yes, please share it! P

[Puppet Users] Re: Cannot create authorized key and user in the same go?

2009-11-12 Thread M F Haris
Ben Lavender schrieb: > Hi, > > I'm trying to create an authorized key and a user in one go and I'm > not getting anywhere: > > class users { > > user { "ben" : > ensure => present, > uid => 1010, > gid => "users", > managehome => true, > password => "blahblah" > } > > ssh

[Puppet Users] Re: need help in generating ssh authorize keys

2009-10-30 Thread haris
te of resource: Fileserver module 'users' not mounted Could not describe /users/keys/id_rsa.pub.foo On Oct 30, 12:16 pm, haris wrote: > hi all, > I need to generate ssh authorize keys for a list of users hosted on > different servers.the users are active and each one has its publ

[Puppet Users] need help in generating ssh authorize keys

2009-10-30 Thread haris
hi all, I need to generate ssh authorize keys for a list of users hosted on different servers.the users are active and each one has its public key (id_rsa.pub) hosted in 1 server. now what i need to do is to generate the authorize keys from each of their public key. the key is easily generating if

[Puppet Users] Re: Parsing issue in puppet 0.24.8

2009-10-22 Thread haris
On Oct 22, 2:33 pm, haris wrote: > Dear all, > > I am stuck with a problem while playing with Puppet 0.24.8. > when i run client daemon it gives following error: "Could not retrieve > catalog: Could not parse for environment production: Could not match > '#' a

[Puppet Users] Parsing issue in puppet 0.24.8

2009-10-22 Thread haris
Dear all, I am stuck with a problem while playing with Puppet 0.24.8. when i run client daemon it gives following error: "Could not retrieve catalog: Could not parse for environment production: Could not match '#' at /etc/puppet/manifests/site.pp:2" the things i am doing; nodes.pp #

[Puppet Users] Re: Stuck with puppet

2009-10-22 Thread haris
hi Reno, I read your post but I am really sorry I cannot help you out because i am facing the same problem here. It was working before but now it stops working. Did you found any solution of this intriguing problem? if yes, please share it with me.. regards On Oct 21, 4:27 pm, Reno wrote: > Ok