[Puppet Users] Re: error trying ENC.

2012-06-04 Thread eduardo
Thank you very much, I had read it many , many , many times, but I don't realize about that HEADLINE. I appreciate your help and I'm going to upgrade. Regards, eduardo. On 4 jun, 15:39, Rémi wrote: > Hi, > > You need Puppet 2.6.5 to use ENC and parametized class. > "As of Puppet 2.6.5,

[Puppet Users] Re: error trying ENC.

2012-06-04 Thread Rémi
Hi, You need Puppet 2.6.5 to use ENC and parametized class. "As of Puppet 2.6.5, parameterized classes can be declared by external node classifiers; see the ENC documentation for details." It's time to upgrade ;-) Regards On Monday, June

[Puppet Users] Re: error trying ENC.

2012-06-04 Thread erasmo
Thanks remi for your answer, I have 2.6.4 puppet version installed from ubuntu natty (11.04) repos (initials one, without any upgrade of them). I'm don't pretty sure if uninstall packages and install it via gems. I'm testing having agent and master locally, i'm wondering, is there any problem

[Puppet Users] Re: error trying ENC.

2012-06-04 Thread erasmo
Thanks remi for your answer, I have 2.6.4 puppet version installed from ubuntu natty (11.04) repos (initials one, without any upgrade of them). I'm don't pretty sure if uninstall ubuntu packages and install all via gems. I'm testing having agent and master locally, i'm wondering, is there any

[Puppet Users] Re: error trying ENC.

2012-06-04 Thread Rémi
Hi, i couldn't reproduce your problem with Puppet 2.7.14 : # tree /etc/puppet/modules /etc/puppet/modules/ └── hola └── manifests └── init.pp # cat /etc/puppet/modules/hola/manifests/init.pp class hola( $mens = "HELLO" ) { notify{"puppet": message => "$mens"} } # /usr/local/bin/e