[Puppet Users] Dealing with slow resources

2013-05-07 Thread Alex Jurkiewicz
Hi all, I'm working to migrate our ~500 DNS records from bind flat files to individual route53 resources. Each route53 resource definition is very slow -- checking a record exists requires 2 API lookups and adding requires 3, which means a resource can take >5seconds to run. This implies a massive

Re: [Puppet Users] Running multile MySQL Instances on the same server

2013-05-19 Thread Alex Jurkiewicz
Hi, We do this, unfortunately none of our code is clean enough to release. It's used to run replication slaves of several different masters on a single box. In short we have a base mysql class that installs required packages, disables the default service instance and makes other global-level chan