[Puppet Users] Re: puppet agent on HP unix os

2014-01-01 Thread Ankit Mittal
Dear Martin, Thanks for the help. We are using HP UX 11.31 version , can you please tell me if puppet will work on this version or not. On Friday, December 27, 2013 3:50:09 PM UTC+5:30, Ankit Mittal wrote: > > Dear All, > > Please help me if puppet agent installation is possible on hp unix os

Re: [Puppet Users] puppet agent on HP unix os

2014-01-01 Thread Martin Alfke
Hi Ankit, I have worked on the documented versions only. Besides this I do not have access to HP-UX systems at the moment. Sorry, Martin On 01 Jan 2014, at 10:30, Ankit Mittal wrote: > Dear Martin, > > Thanks for the help. > We are using HP UX 11.31 version , can you please tell me if puppe

Re: [Puppet Users] Getting agent v3.4 to manage my services

2014-01-01 Thread Felix Frank
Weird. This Should Not Have Worked in puppet 2.6 either. Note that to make puppet work correctly with uncompliant initscripts, you can pass 'hasstatus => false' to your service resources. There are other parameters that make operation quite flexible. Please refer to the puppet type reference e.g.

Re: [Puppet Users] Re: Status of Data in modules

2014-01-01 Thread Trevor Vaughan
I also would like to know if this is going to get mainlined. It would be an excellent addition for overall module reuse. Trevor On Tue, Dec 31, 2013 at 3:31 AM, Fabio Sangiovanni wrote: > Hi everybody, > > is there any news about this topic? > I think it would be great to know Puppetlabs' offi

[Puppet Users] How to do "base" setup in a role/profile configuration

2014-01-01 Thread mjuszczak
Hi all, I have a role/profile setup that's working quite well. However, I'm finding that there are *super* simple things that don't really require the setup of their own module, such as installing "nano" or setting up a yumrepo {}. Do I really need an MOTD module? I have a profile::base clas

[Puppet Users]

2014-01-01 Thread Tim Dunphy
Hi All, I am getting this error when trying to register a new host with my puppet server: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 400 on SERVER: Access denied for user 'puppet'@'localhost' (using password: YES) Info: Retrieving plugin Error: /F

Re: [Puppet Users]

2014-01-01 Thread Rich Burroughs
Tim, Is the version of Puppet the same on the agent and master? When you upgrade you want to upgrade the master first. I'm not sure what's causing it but the puppet@localhost part actually looks like a MySQL grant issue, like something is hitting a MySQL DB trying to use that user and host and fa