OK ...
tested and it works like a charm.
Posted the approach in my blog:
http://gioppoluca.blogspot.it/2012/09/puppet-and-exported-resources.html
Il giorno mercoledì 5 settembre 2012 15:44:45 UTC+2, Luca Gioppo ha scritto:
>
> The problem is:
> when installing an application in a distributed envir
OK I tryed to apply the idea and it seems to work up to the fact that the
db host forget the root password
I'm using puppetlabs mysql module and doing this in node hostdb
class { 'mysql::server':
config_hash => {root_password => 'changeme',}
}
Mysql