example42 / puppet-orientdb

OrientDB Puppet Module
http://www.example42.com
Other
7 stars 6 forks source link

Setting config parameters #3

Open masimplo opened 9 years ago

masimplo commented 9 years ago

Hello,

I am trying to set some config values such as root password but setting them in the manifest seems to have no effect on the actual installation.

class {'orientdb':
      absent => false,
      install => 'source',
      install_source => "https://xxxx/orientdb-community-2.0-M3.zip",
      root_password => 'JD5423$%@fdasDY',
      admin_password => 'R$@#f$@faDAFAfradf'
 }

Am I doing something wrong?

alvagante commented 9 years ago

You are right, those parameters are misleading, they are supposed to be in the configuration template, but actually the module doesn't provide any by default.