[Puppet Users] Factor and/or Puppet fails to recognize SLES

2010-08-05 Thread M.F.Haris
hi, i tried to install packages with RUG with puppet 0.24.5 on SLES 11 but it is giving following error; *Failed to retrieve current state of resource: Provider rug is not functional on this platform* while searching for answers I found a Bug report: http://projects.reductivelabs.com/issues/1735 f

Re: [Puppet Users] Re: ssh authorized key problem in AIX

2010-07-07 Thread M.F.Haris
. M Haris Farooque MSc. Software Engineering (Hochshule Für Technik-Stuttgart) Cell:+49-176-470-96-991 On Tue, Jul 6, 2010 at 4:56 PM, Andrew Forgue wrote: > Haris, > > On Jul 6, 7:19 am, "M.F.Haris" wrote: > > $sourcepath = $operatingsystem ? { > > A

[Puppet Users] ssh authorized key problem in AIX

2010-07-06 Thread M.F.Haris
hi guys, I am having an unusual behaviour in puppet with AIX (client node) while copying ssh key from puppet-server to client. here is what i am trying to do; $username = "xyz" $group = "system" $home = "/home" $sshDir = ".ssh" $pub_key = "id_rsa.pub.xyz" 1. creating all users virtually in on

Re: [Puppet Users] Problem in Setting User Password

2010-01-29 Thread M.F.Haris
Thanks for your response, No, I don't have ruby shadow installed on the clients. but is there any other approach to set the password because if i installed the ruby shadow package then i have to rebuild the rpm and for some administrative reasons we have to avoid building this RPM again. Muhamma

Re: [Puppet Users] AIX Puppet clients is not sending request for cert

2009-12-15 Thread M.F.Haris
yes, this is a problem but you can do add --server="your-server-address" when executing the puppet at client's command prompt Muhammad Haris Farooque MSc. Software Engineering (Hochshule Für Technik-Stuttgart) Home: +49-711-121-70007 Cell:+49-176-701-39163 On Mon, Dec 14, 2009 at 9:31 PM, R

Re: [Puppet Users] Best practice for modules used for multiple environments

2009-12-10 Thread M.F.Haris
Yeah I have a similar issue as I have to configure SNMP on different clients and the structure of SNMP (configurations files and service management) is different and vary from client to client as some clients are running on Fedora, some on SuSe and some on IBM AIX. any suggestions and comments are

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

2009-11-11 Thread M.F.Haris
Thanks I manage to do it... On Tue, Nov 10, 2009 at 2:26 PM, ew wrote: > > hi > > puppet provides the following function to maintain authorized_key > files: > http://reductivelabs.com/trac/puppet/wiki/TypeReference#ssh-authorized-key > > we mange our keys with the following statement: > > clas

[Puppet Users] Re: Parsing issue in puppet 0.24.8

2009-10-26 Thread M.F.Haris
Yes I created a new project in Eclispe with Unix text formatting and re implemented the configuration and now it is working. Thanks for your email. Muhammad Haris Farooque On Mon, Oct 26, 2009 at 6:02 AM, Luke Kanies wrote: > > On Oct 22, 2009, at 6:37 AM, haris wrote: > > > > > > > > > On Oct