[Puppet Users] Calling a define multiple times....

2009-03-30 Thread Craig Dunn
OK, heres what I am trying to accomplish and I have a couple of issues with this I have a mysql module, and other modules that require mysql users to be set up, I thought I had this cracked with the following: # modules/mysql/manifests/init.pp class mysql { ... package and servi

[Puppet Users] Calling a define multiple times - full

2008-10-13 Thread Matt
Sorry about that, google hotkeys (Grrr) Hi folks, I think i'm missing something obvious here. I'm trying to search/replace multiple times for n files but I keep hitting a 'ArgumentError: Duplicate definition' or similar. I guess this is because i'm using ${name} to for the multiple files, but a

[Puppet Users] Calling a define multiple times

2008-10-13 Thread Matt
Hi folks, I think i'm missing something obvious here. I'm trying to search/replace multiple times in n files but I keep hitting a 'ArgumentError: Duplicate definition' or similar in any method I try and do it in. I guess this is because i'm using ${name} to edit the multiple files, but as far as