On Tuesday, November 18, 2014 9:18:33 AM UTC-7, Steven Post wrote: > > If you use hiera and puppet 3 (or later), you can use the automatic class > parameters for that, and just 'include openldap::server::database'. > Of cause you can set up some class parameters on your own class if you > want to and do that. > Typically, this is where I would use hiera for. > ---- I understand that but now I have to have a whole lot of instructions for people to spin up a server with ENC parameters without even getting into the fact that I will still need a class to do all of the things I have to do with this (post install scripts) after it is installed. That is why I am so eager to not have this code anywhere in a site manifest or anything resembling a site manifest but rather in its own class.
No matter how I try, I simply cannot figure out how to have this work... class wl::config { : class openldap::server::database { $dn: ensure => present, rootdn => "cn=admin,${dn}", rootpw => $rootpw, } } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/a38fcf95-b6cc-4a2b-987e-25bdbccbdf5f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.