[Puppet Users] can't deploy custom facts

2011-06-29 Thread brijesh
e added factsync = true to the puppet.conf When i run puppetd on client i can't see the new fact curtime also on the server i should be able to see the curtime fact under /var/lib/ puppet/facts. I am running puppetmasterd and client - 0.25.4 Any help would be appreciated. Thank you Brijes

[Puppet Users] Re: can't deploy custom facts

2011-06-29 Thread brijesh
can deploy this fact to all the clients? On Jun 30, 4:52 am, Craig White wrote: > On Jun 29, 2011, at 1:16 AM, brijesh wrote: > > > > > Hi > > > I have been having issue with deploying my custom facts. I have gone > > through wiki on puppet labs and few other blog

[Puppet Users] Re: can't deploy custom facts

2011-06-29 Thread brijesh
ly > > Craig > > On Jun 29, 2011, at 2:02 PM, brijesh wrote: > > > > > Hi Craig, > > > Thanks for your reply. I understand your concern about using ruby code > > instead of shell but my question how can i deploy this custom fact. > > The code has no er

[Puppet Users] Re: can't deploy custom facts

2011-06-29 Thread brijesh
sure i am right now changing it from bash to ruby. Brijesh On Jun 30, 10:55 am, Craig White wrote: > I should reiterate that you should use the interactive ruby shell, irb to > test your code to make sure that it runs within ruby. > > You really should be using ruby for everyth

[Puppet Users] Re: Puppet agent creates certificates for localhost.localdomain and does not pick up the changed hostname

2011-06-29 Thread brijesh
on ubuntu you have to change the /etc/hostname file and set hostname there which should do the job. it depends on the distro you are using you need to change the file accordingly. Brijesh On Jun 30, 12:47 pm, Sriramu Singaram wrote: > Hi Everyone, > > I am using Puppet 2.6.5 to config

[Puppet Users] require => Class

2011-06-30 Thread brijesh
/manifests/classes/ libreoffice.pp:18 on node Do i need to do anything else in order to use require => Class? Any help would be appreciated Thanks Brijesh Do i need -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post

[Puppet Users] Re: require => Class

2011-06-30 Thread brijesh
thanks that worked i didn't realise i need to include it first. Brijesh On Jul 1, 1:18 pm, vagn scott wrote: > you also have to have a > > include foo1 > > somewhere. > > Note that your require is a dependency, > not an instantiation.  require just says > tha

[Puppet Users] Re: require => Class

2011-06-30 Thread brijesh
yes i have *.pp in my site.pp file but adding include foo1 fixed the issue. On Jul 1, 3:02 pm, brijesh wrote: > thanks > that  worked  i didn't realise i need to include it first. > > Brijesh > > On Jul 1, 1:18 pm, vagn scott wrote: > > > you also h

[Puppet Users] puppet + passenger + separate CA

2014-07-09 Thread brijesh
= foreman, log [agent] classfile = $vardir/classes.txt One interesting thing i have noticed is that removing /etc/puppet/puppet.conf or making changes to that file has no effect. it gives same error message. Thanks in advance. Brijesh -- You received this messa