Re: [Puppet Users] Re: New to Puppet :wanted more information of VM provisioning in puppet

2016-11-23 Thread Gareth Rushgrove
On 23 November 2016 at 07:56, Klavs Klavsen wrote: > lxd module for puppet can provision lxc 'vm's - and puppet-virt module can > provision kvm's. > > But normally puppets place in the footchain - is NOT provisioning.. there > are much better tools for this (razor etc.) - which then hands over OS

[Puppet Users] Re: New to Puppet :wanted more information of VM provisioning in puppet

2016-11-22 Thread Klavs Klavsen
lxd module for puppet can provision lxc 'vm's - and puppet-virt module can provision kvm's. But normally puppets place in the footchain - is NOT provisioning.. there are much better tools for this (razor etc.) - which then hands over OS system configuration to puppet. -- You received this mes

[Puppet Users] Re: New to Puppet :wanted more information of VM provisioning in puppet

2016-11-22 Thread Akai
Its possible but not by Puppet OpenSource itself, Puppet OpenSource is just the configuration management. For provisioning, you need a complete lifecycle management tool. You can choose between: - Foreman (OpenSource and free) - Puppet Enterprise Iam using Puppet together with Foreman. We are p

[Puppet Users] Re: New to puppet

2014-10-09 Thread Krishna Krishna
John, thanks for your response. I am planning to take Puppet 202. I think that the entry level exam. Which has some background of the software and some labs. As of now I am kinda shooting in dark. However when I start my certification I will have more specific questions. To give you more ins

[Puppet Users] Re: New to puppet

2014-10-08 Thread jcbollinger
On Wednesday, October 8, 2014 1:15:29 AM UTC-5, Krishna Krishna wrote: > > Ok, > > I am newbie to puppet. So be nice. I may ask some stupid questions. > > I could not find some similar post so creating new post. > > I have not worked on puppet before except of downloading puppet on my > linux ma

[Puppet Users] Re: new to puppet - simple ordering question

2014-09-15 Thread David Bryant-Moore
Phil. You're correct, you can reference the path as a Puppet variable by defining the variable at the head of your class: $oracle_path = '/u01/app/oracle/product/11.2.0/xe/bin' and referencing it like this in your exec resource: path => "${oracle_path}" Note utilisation of the double quotes

[Puppet Users] Re: new to puppet - simple ordering question

2014-09-11 Thread Stefan Heijmans
Hi Phil, checkout the resource ordering docs; https://docs.puppetlabs.com/learning/ordering.html Stefan. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to pu

[Puppet Users] Re: New to puppet and recieving mcollective error

2013-12-15 Thread Alan Renouf
It was a VM so i just went back to the OS snapshot and re-installed puppet and made sure i used the FQDN, all working fine now. On Friday, December 13, 2013 2:05:12 PM UTC-8, Alan Renouf wrote: > > Im new to puppet and installed it in my home lab to mess with, when i > installed it i used the ho

[Puppet Users] Re: New to Puppet bash: command not found

2013-06-17 Thread mdcrawford
Greetings, Earthlings. I just subscribed. I haven't actually tried out Puppet yet, but I just downloaded the Learn Puppet VM. On Saturday, June 15, 2013 9:11:17 AM UTC-7, gfda...@gmail.com wrote: > *bash: puppetca: command not found * I get this no matter which > command I try to run. >

Re: [Puppet Users] Re: New to Puppet bash: command not found

2013-06-15 Thread Gabriel Filion
On 15/06/13 02:15 PM, gfdadd...@gmail.com wrote: > Forgot to mention that I am ne to LInux also... > > Do you have an example? the path that was mentioned by Peter is a set of directory paths separated by ":" where binaries are searched when invoked. it is set in the environment variable $PATH.

[Puppet Users] Re: New to Puppet bash: command not found

2013-06-15 Thread gfdaddy14
Forgot to mention that I am ne to LInux also... Do you have an example? On Saturday, June 15, 2013 12:11:17 PM UTC-4, gfda...@gmail.com wrote: > I have installed PE 2.8 server > None of the commands work =, for example... puppet --server list, puppet > agent --test,puppet agent --test --serve

[Puppet Users] Re: new to puppet. how to add condition in a class?

2009-10-19 Thread william Famy
2009/10/13 Teyo Tyree > > Hey William, > > Welcome to Puppet. > _ [wf:] thanks > > On Mon, Oct 12, 2009 at 2:01 AM, william Famy > wrote: > > Hi. > > > > II am trying puppet after cfengine and I am looking for a method to use a > > class if a file exist. > > One

[Puppet Users] Re: new to puppet. how to add condition in a class?

2009-10-13 Thread Teyo Tyree
Hey William, Welcome to Puppet. On Mon, Oct 12, 2009 at 2:01 AM, william Famy wrote: > Hi. > > II am trying puppet after cfengine and I am looking for a method to use a > class if a file exist. One way to express this is to write a custom fact to test whether or not a file is on the client sys

[Puppet Users] Re: new to puppet. how to add condition in a class?

2009-10-13 Thread Allan Marcus
there are a number of ways to determine if a class should be applied to a client. If you gave us an example of the actual condition, not just an abstract, we might be able to provide better ideas for you. --- Thanks, Allan Marcus 505-667-5666 On Oct 12, 2009, at 3:01 AM, william Famy wrot

[Puppet Users] Re: new to puppet. how to add condition in a class?

2009-10-13 Thread Trevor Vaughan
Just remember not to wrap define declarations in 'if' or 'case' statements. It blows up spectacularly. Trevor On Tue, Oct 13, 2009 at 00:55, Andrew Shafer wrote: > > You can technically do this with a custom fact as suggested. > > if $myfact { >    include specialsauce > } > > The rational beh

[Puppet Users] Re: new to puppet. how to add condition in a class?

2009-10-12 Thread Andrew Shafer
You can technically do this with a custom fact as suggested. if $myfact { include specialsauce } The rational behind why you would want to avoid this in general is simple, favor specificity. Machines shouldn't have a file that then decides how something else gets configured, you should tell

[Puppet Users] Re: new to puppet. how to add condition in a class?

2009-10-12 Thread Matthias Saou
william Famy wrote: > I prefer runing class on my client if thereis a file exemple if the > file /etc/mypuppet/condition is present execute the condition class. If you want to do this, you'll likely have to create a simple facter fact for your clients so that the puppetmaster receives "true" if

[Puppet Users] Re: new to puppet, wondering about gentoo

2008-11-16 Thread kevin
Thanks! On Nov 15, 9:24 pm, RijilV <[EMAIL PROTECTED]> wrote: > 2008/11/15 kevin <[EMAIL PROTECTED]> > > > > > I am very new to puppet, and am wondering about puppet's support for > > gentoo.  Would  be better off targeting Ubuntu for a deployment? > > I use puppet on gentoo at home for testing a

[Puppet Users] Re: new to puppet, wondering about gentoo

2008-11-15 Thread RijilV
2008/11/15 kevin <[EMAIL PROTECTED]> > > I am very new to puppet, and am wondering about puppet's support for > gentoo. Would be better off targeting Ubuntu for a deployment? > > I use puppet on gentoo at home for testing and development - the package provider is a bit more particular but otherw