Re: [Puppet Users] mcollective package plugin rpm versions

2013-01-10 Thread Guillem Liarte
On Thursday, 10 January 2013 13:01:33 UTC, R.I. Pienaar wrote: > > > > - Original Message - > > From: "Guillem Liarte" > > > To: puppet...@googlegroups.com > > Sent: Thursday, January 10, 2013 12:57:02 PM > > Subject: Re: [Pupp

Re: [Puppet Users] mcollective package plugin rpm versions

2013-01-10 Thread Guillem Liarte
group? On Thursday, 10 January 2013 13:01:33 UTC, R.I. Pienaar wrote: > > > > - Original Message - > > From: "Guillem Liarte" > > > To: puppet...@googlegroups.com > > Sent: Thursday, January 10, 2013 12:57:02 PM > > Subject: Re: [P

Re: [Puppet Users] mcollective package plugin rpm versions

2013-01-10 Thread Guillem Liarte
Mr Pienaar, I would love to help adding it then. Where do I start? Guillem Liarte On Thursday, 10 January 2013 11:59:28 UTC, R.I. Pienaar wrote: > > > > - Original Message - > > From: "Guillem Liarte" > > > To: puppet...@googlegroups.com >

[Puppet Users] mcollective package plugin rpm versions

2013-01-10 Thread Guillem Liarte
Hello, I am trying to find out how to manage versions for installed software. It seems that the 'package' plugin does not take a version argument, rendering it quite less useful than it could be. Yes, I can manage a version with Puppet, but maybe in certain environments I would like to be able

[Puppet Users] Dynamic list of files managed from hiera

2012-11-01 Thread Guillem Liarte
All, I use hiera in an straight way, for example: --- mode: '0644' that makes easy to do: file { somefile: mode => hiera('mode') } So far so good. But what about more complex structures? I would liek to be able to handle hashes of data like this: in yaml: --- file_list: - file1:

[Puppet Users] Re: Puppet 2.7, hiera 1.0 and hiera as an ENC

2012-10-04 Thread Guillem Liarte
John, Many thanks for your long reply, it is much appreciated. You have assured me in teh conclusions and course of action and i am glad that my appreciation of teh problem I have was not so far from the reality. Thanks again. Guillem On Wednesday, 26 September 2012 16:52:19 UTC+1, Guillem

[Puppet Users] Re: Puppet 2.7, hiera 1.0 and hiera as an ENC

2012-10-01 Thread Guillem Liarte
All, Do I understand I have hit a dead-end? On Wednesday, 26 September 2012 16:52:19 UTC+1, Guillem Liarte wrote: > > This is the situation I have: > > All my hosts are the* same OS.* > All my host are in the* same puppet environment,* so I cannot use > %{environment} > &

Re: [Puppet Users] Puppet 2.7, hiera 1.0 and hiera as an ENC

2012-09-27 Thread Guillem Liarte
Tom, Thanks for you reply. I have already shared this with Gary, but i think it is worth to make it here too. Gary says that 'sysclass' and 'classes' are facts he sets, so this explains why in my case they are being ignored. In any case, what I really want is to control that from hiera comple

[Puppet Users] Puppet 2.7, hiera 1.0 and hiera as an ENC

2012-09-26 Thread Guillem Liarte
This is the situation I have: All my hosts are the* same OS.* All my host are in the* same puppet environment,* so I cannot use %{environment} I have a module that sets all the *basic* functionality for the OS, resolution, authentication, security, packages, etc I have a module for each applica

[Puppet Users] Puppet Dashboard 1.2.7 Classes tab is missing

2012-04-23 Thread Guillem Liarte
Hello everybody. After several days going in circles and following the explanations of the book Pro-Puppet and docs.puppetlabs.com/dashboard/ manual/1.2/bootstrapping.html (Using Dashboard for Node Clssification), I find myself unable to explain why I cannot move forward. This is where I am at the

Re: [Puppet Users] modules are ignored

2011-03-08 Thread Guillem Liarte
On 07/03/11 18:35, Nan Liu wrote: On Mon, Mar 7, 2011 at 10:20 AM, Guillem Liarte wrote: Hello, I am testing puppet and I have the following situation. OS: Centos 5 Puppet version: 2.6.4 If I create a class to do something and I I run it in some nodes in the default manifest directories

[Puppet Users] modules are ignored

2011-03-07 Thread Guillem Liarte
Hello, I am testing puppet and I have the following situation. OS: Centos 5 Puppet version: 2.6.4 If I create a class to do something and I I run it in some nodes in the default manifest directories, puppet works and does the stuff for me. If I try to do use the most simple module example out