[Puppet Users] Make 3rd party REST API calls using puppet

2015-04-08 Thread varun umesh
Hello, Does puppet have the capability to make third party REST API calls? For example, just the way we do a REST API call using Java. Thanks! -varun -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this grou

[Puppet Users] Re: Using puppet for the configuration of a custom appliance

2015-04-07 Thread varun umesh
Hello Lupin- Thank you for the update! Could you point me for any article, so that i can take a look at how exactly it could be done. Thanks! -varun On Monday, 6 April 2015 20:38:29 UTC-7, lupin...@gmail.com wrote: > > > > On Tuesday, April 7, 2015 at 8:09:41 AM UTC+12, varun

[Puppet Users] Using puppet for the configuration of a custom appliance

2015-04-06 Thread varun umesh
I am planning to use puppet for the configuration of a custom network appliance. My main problem is i am unable to install puppet on the appliance, as it is not supported. I have access to the rest api's exposed by the appliance. So can i use puppet to make the rest api calls and try to do th

[Puppet Users] Adding nodes to puppet dashboard

2015-01-09 Thread varun
Hi, I am trying to figure out an API to add nodes to the puppet dashboard. Is there a REST API on the puppet dashboard which lets me do so. Thanks Varun -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this grou

Re: [Puppet Users] Virtual Resources in PE3.7.0

2014-12-19 Thread Varun Utagikar
I am so sorry Felix I was experimenting with different methods My manifest is as below (ignore ::localuser) /etc/puppetlabs/puppet/modules/users/manifests/init.pp class users { notify { 'Adding User varun' : } @users::virtual { 'varun':

Re: [Puppet Users] Virtual Resources in PE3.7.0

2014-12-18 Thread Varun Utagikar
Hey Felix I tried realizing the user via : Users::Virtual<| title == 'varun' |> and also with realize Users::Virtual['varun'] but to no avail. I put a notify in my manifest but it gives no significant o/p help just : /etc/puppetlabs/puppet/modules/users/mani

[Puppet Users] Re: Virtual Resources in PE3.7.0

2014-12-17 Thread Varun Utagikar
I am using CentOS 6.6 x86_64 uname -a Linux puppet.xor.in 2.6.32-504.1.3.el6.x86_64 #1 SMP Tue Nov 11 17:57:25 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux On Thursday, 18 December 2014 13:16:44 UTC+5:30, Varun Utagikar wrote: > > Hello All > > I could successfully declare and realize v

[Puppet Users] Virtual Resources in PE3.7.0

2014-12-17 Thread Varun Utagikar
/manifests/init.pp class users { @users::virtual { 'varun': uid => 1002, pass=> '$1$Qrt51$JpQOHlU9lMpthG9U5dWiG.', name=> 'admin', } } /etc/puppetlabs/puppet/modules/users/manif

[Puppet Users] Re: puppet modules export?

2014-07-14 Thread Varun Utagikar
Hey try making a tarball. works for me Varun On Monday, 14 July 2014 03:11:07 UTC+5:30, Tibor Malomsoki wrote: > > I get two puppetserver: > A) Puppetserver: this is the old (I have got modules) > B) Puppetserver: this is the new (I haven't got modules) > > I coppy the

Re: [Puppet Users] Issue with Role-Profile implementation

2014-07-10 Thread Varun Utagikar
ppet:///modules/... > > Regards, > El 10/07/2014 04:45, "Varun Utagikar" > > escribió: > >> Hey Daniel >> >> I was performing several changes to trouble shoot the issue , some where >> i must have renamed the dir to file , here's my o/p

[Puppet Users] Re: Issue with Role-Profile implementation

2014-07-09 Thread Varun Utagikar
:40 UTC+5:30, Varun Utagikar wrote: > > Hello > > I am trying to implement role-profile structure . I have referred below > mentioned docs/links : > > > https://ask.puppetlabs.com/question/1655/an-end-to-end-roleprofile-example-using-hiera/ > https://projects.puppetlabs.

Re: [Puppet Users] Issue with Role-Profile implementation

2014-07-09 Thread Varun Utagikar
ction 69946493782000 Issue still persists. On Wednesday, 9 July 2014 19:15:22 UTC+5:30, leinad wrote: > > Varun, > > the files directory under siler should be named files, not file. > > Daniel. > > * Varun Utagikar > [07/09/2014 08:30]: > >Hello > >I

[Puppet Users] Issue with Role-Profile implementation

2014-07-09 Thread Varun Utagikar
hooting steps that i could find . I am not sure whether its just a simple configuration issue or a bug. I am unable to troubleshoot further due to non availability of documentation on role-profile definitions.I request you to help me in sorting this out. Varun A Utagikar p.s. - Sorry for the l