Hi On 29 July 2015 at 18:34, <[email protected]> wrote: > Hello friends, > > Having an issue with one of the aws modules I have created (dns) utilizing > the puppet-labs aws module. I am using PE v 3.7 > > The DNS module is keeping some Route53 entries in line the module is run and > several A records CNAME and txt records are validated. When it gets to this > one record in particular the puppet run shows that it is modifiying records, > however it does not, and returns the below messages : > > Info: Checking if TXT record domain.com. exists > > Notice: > /Stage[main]/Awsmanager::Dns::domain_com/Route53_txt_record[domain.com.]/ttl: > ttl changed 'value' to 'value' > Notice: > /Stage[main]/Awsmanager::Dns::domain_com/Route53_txt_record[domain.com.]/values: > values changed ['"values"', '"values"'] to '"values" > "values"' > Info: Updating TXT record scalert.com. > Error: > /Stage[main]/Awsmanager::Dns::domain_com/Route53_txt_record[domain.com.]: > Could not evaluate: > > The module is then able to move onto the next CNAME A records, TXT records > with no problem. Anyone have any ideas ? Im thinking it might be a syntax > issue with my TXT record, but the acknowledgement of value changes has me > wondering. >
If you could provide a gist of the Puppet code you're applying that would be useful. >From the change notices this might be to do with passing multiple values or quoting inconsistencies is my first guess. Gareth > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/e1bea6d2-5967-4dc2-903e-36cc74c5832b%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Gareth Rushgrove @garethr devopsweekly.com morethanseven.net garethrushgrove.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAFi_6yKzSO63121r1%3DzG-nSRB5yV_0cT5mZjd9gVfQQtqMzeAw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
