Re: [Puppet Users] Problem with duplicate params

2014-05-29 Thread Miguel Angel Coa M.
Hi everyone, I understand the problem and solved create the new subclass add_group and calling it from my add_users with include (include 'users::add_group') Thanks. 2014-05-28 13:39 GMT-04:00 jcbollinger : > > > On Wednesday, May 28, 2014 5:20:19 AM UTC-5, Jose Luis Ledesma wrote: >> >> The

Re: [Puppet Users] Error starting PuppetDB

2014-05-24 Thread Miguel Angel Coa M.
Hi Ken, in fact i had duplicate entry "jetty port" in file database.ini and jetty.ini . I delete entry of database.ini and restart my puppetdb service and this run ok. Thanks for you help. 2014-05-24 8:48 GMT-04:00 Ken Barber : > > 2014-05-24 02:07:01,260 ERROR [p.t.logging] Uncaught exception

Re: [Puppet Users] Re: Apply class fail from hiera

2014-05-19 Thread Miguel Angel Coa M.
Hi, I try configure the NTP Hiera class ( http://docs.puppetlabs.com/hiera/1/complete_example.html) and run ok and i dont have any errors in my node client. I believe that my error is a some problem with the MySQL configuration Hiera Class (some variable, some params). Thanks. 2014-05-19 9:05 GM

Re: [Puppet Users] Re: Apply class fail from hiera

2014-05-16 Thread Miguel Angel Coa M.
Hi, The strange is that problem appears only use hiera (hiera_include), when i comment this line in my site.pp and create any simple manifest this is applicate without problem in my node. 2014-05-16 9:29 GMT-04:00 jcbollinger : > > > On Thursday, May 15, 2014 12:14:41 PM UTC-5, mike wrote: >> >>

Re: [Puppet Users] Re: Duplicate declaration for files.

2013-10-14 Thread Miguel Angel Coa M.
Hello, I fix "the problem" with a case statement: [...] class baseos::rhel-hosts { case $fqdn { 'new-node.example.com': { file { "/etc/hosts": ensur

Re: [Puppet Users] Store configuration problem (mysql)

2013-03-20 Thread Miguel Angel Coa M.
Is strange because the problem began only when I configured the stored with mysql. Before I had configure my puppet master and puppet nodes and the community from these was good (the node applied the class definition on master without ptoblem) I dont have any firewall, selinux or iptables active.