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
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
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