Re: [Puppet Users] Re: how to require a md5sum before installing?

2014-02-21 Thread Rafael Cristaldo
, but if I distribute md5sum.exe to the windows clients using the same puppet method, I don't really gain security. :-) Thanks, Andy. -- If you take USABLE from UNSTABLE you get NT. -- *Rafael Cristaldo* *Analísta de Suporte * *FPTI - Parque Tecnológico ItaipuLPIC-3 Senior

[Puppet Users] Re: how to require a md5sum before installing?

2014-02-20 Thread Rafael Cristaldo
to securely get md5sum.exe onto the machines, uhm... Thanks! Andy. -- Every generation laughs at the old fashions but religiously follows the new. (Henry David Thoreau, US philosopher) -- *Rafael Cristaldo* *Analísta de Suporte * *FPTI - Parque Tecnológico ItaipuLPIC-3 Senior

[Puppet Users] Re: how to require a md5sum before installing?

2014-02-17 Thread Rafael Cristaldo
Em sexta-feira, 14 de fevereiro de 2014 13h38min03s UTC-2, Andy Spiegl escreveu: Hi, I've got several modules which grab installer files from a network share. The share is readonly and as well protected as possibly. But still, I have a bad feeling about it and would like to introduce

[Puppet Users] Re: client certs won't remain relevant after foreman install

2014-02-13 Thread Rafael Cristaldo
I suggest you to remove all the files and directories at /var/lib/puppet/ssl like that: # rm -rf /var/lib/puppet/ssl Check again at the puppet master: # puppet cert --all and --list |grep hostname You is using autosign.conf ? -- You received this message because you are subscribed to the

[Puppet Users] Re:

2014-02-13 Thread Rafael Cristaldo
Em quinta-feira, 13 de fevereiro de 2014 01h44min01s UTC-2, bluethundr escreveu: Hey all, I'm getting the following puppet error on only one of my hosts. The rest are all producing clean puppet runs. Can anyone please clarify for me the meaning of this error and if it's innocuous or

[Puppet Users] Re:

2014-02-13 Thread Rafael Cristaldo
You said that just ONE NODE is getting this error.. So, tell us. What is the SO of this nodes? Like Felix and Jhon asked, did you configure your node's puppet.conf with the plyginsync = true parameter? -- You received this message because you are subscribed to the Google Groups Puppet Users

[Puppet Users] Re: Modify class variable in puppet

2014-02-12 Thread Rafael Cristaldo
Em quarta-feira, 12 de fevereiro de 2014 11h52min38s UTC-2, CedrX escreveu: I have the answer. I read here : https://groups.google.com/forum/#!topic/puppet-users/I9Y-p3UY8JE that variables are immutable Le mercredi 12 février 2014 14:16:33 UTC+1, CedrX a écrit : Hi I would like to

[Puppet Users] Re: puppet custom function throwing private gsub error

2014-02-12 Thread Rafael Cristaldo
Em quarta-feira, 12 de fevereiro de 2014 11h21min30s UTC-2, kashif escreveu: I have written a small custom function to replace '.' to '_' of all element of an array and return an converted array. module Puppet::Parser::Functions newfunction(:convert_vo, :type = :rvalue, :doc =

[Puppet Users] Re: puppet 3.4: N00b has Trouble with regexes in a if-else structure manifest config.pp

2014-02-11 Thread Rafael Cristaldo
OK Notif... Check out this questions!: 1) All yours manifests are located in modules/iptables/manifests/ ? - init.pp - config.pp - install.pp - service.pp 2) After o finish written then..did you validate it? # puppet parser validate /etc/modules/iptables/manifests/install.pp And validate the

[Puppet Users] Re: proftpd module service error

2014-02-11 Thread Rafael Cristaldo
Try to change your notify on config.pp notify = Sevice[proftpd], TO notify = Class['proftpd::service], Before running ...test all the manifests with: # puppet parser validate init.pp | config.pp etc Em terça-feira, 11 de fevereiro de 2014 13h46min10s UTC-2, bluethundr escreveu: Hey

[Puppet Users] Re: proftpd module service error

2014-02-11 Thread Rafael Cristaldo
Haha!! nice one! Just a r Shure...I copied it and didn't see... Em terça-feira, 11 de fevereiro de 2014 13h46min10s UTC-2, bluethundr escreveu: Hey puppet, I thought I had all my ducks in a row with this puppet module I had written for proftpd. I'm attempting to get the proftpd config

[Puppet Users] Re: proftpd module service error

2014-02-11 Thread Rafael Cristaldo
Hey bluethundr Just a Good Tip! Every manifest created...use the puppet parser validate manifest.pp It will show you the Syntax Errors... Em terça-feira, 11 de fevereiro de 2014 13h46min10s UTC-2, bluethundr escreveu: Hey puppet, I thought I had all my ducks in a row with this puppet

[Puppet Users] Puppet manage HOMES on Desktop Computers

2014-02-10 Thread Rafael Cristaldo
Hi All! Has anybody already needed to manage HOMES on desktops computers with puppet ? I have create a class to manage the /etc/skel directory...so the problem is that after thet the user loggin ... the home has been created em copied all /etc/skel files.. But NOW i need to put another LINK

[Puppet Users] Re: Puppet manage HOMES on Desktop Computers

2014-02-10 Thread Rafael Cristaldo
Hi Joseph Swick ! Thanks for the answer ! This really can help me! .. but thereis some questions about your manifest. Did you build custom factes for ${username} and ${homedir_real} ? Or you propose to edit it and change this values to the real Username and Homdir ? This is really a very

[Puppet Users] Re: Puppet manage HOMES on Desktop Computers

2014-02-10 Thread Rafael Cristaldo
Well, for now I still can not manage HOMES users, as I would like, but I could manage the user who is logged tty7. With this I can apply a class inthe User's Node and manipulate your home/Desktop, /home/Documents etc. I created a custom fact to identify which user is logged in at the time and

[Puppet Users] Re: puppet 3.4: N00b has Trouble with regexes in a if-else structure manifest config.pp

2014-02-10 Thread Rafael Cristaldo
Em segunda-feira, 10 de fevereiro de 2014 18h36min05s UTC-2, notif...@gmail.com escreveu: Hi I'm probably doing something horribly wrong. I can sense it, but it hasn't properly kicked in yet... I'm trying to create a module for iptables. This is to make servers that have similar