[Puppet Users] Help with puppet variables

2012-08-08 Thread thiago
Hi,

I'm a beginner on Puppet and i have one priority on my configuration. I
have a lot of hosts and each one need different variables. Is it
possible to configure a specific environment of these variables for each
host?

-- 
Thiago Silveira Alexandre
LPI I Certified

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Help with puppet variables

2012-08-08 Thread Ashley Penney
Hi,

Good news!  You sound like someone who would benefit greatly from
Hiera.   Hiera is part of Puppet 3 (you have to do a little bit more
work with Puppet 2.7) and provides a way of providing different bits
of data, via variables, for different hosts.  If you take a look at
http://puppetlabs.com/blog/first-look-installing-and-using-hiera/ this
should cover a good introduction to setting up and integrating hiera
into your environment.

We use Hiera ourselves to do things like set 'base' variables that
apply by default unless your host overrides them, which should
hopefully be similar enough to what you want to do.  Good luck!

Thanks,

On Wed, Aug 8, 2012 at 3:34 PM, thiago thsa...@gmail.com wrote:
 Hi,

 I'm a beginner on Puppet and i have one priority on my configuration. I
 have a lot of hosts and each one need different variables. Is it
 possible to configure a specific environment of these variables for each
 host?

 --
 Thiago Silveira Alexandre
 LPI I Certified

 --
 You received this message because you are subscribed to the Google Groups 
 Puppet Users group.
 To post to this group, send email to puppet-users@googlegroups.com.
 To unsubscribe from this group, send email to 
 puppet-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/puppet-users?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.