[Puppet Users] Parameter alias failed

2011-01-18 Thread Lithium
Hi, I've had a class with the following setup: class drupal6 { site ( $ensure = 'present', $dbname, $dbpw, $dbserver, $sitefqdn, $modules = "" ) { } } I added the parameter alias to drupal6:site and now I'm getting the following e

[Puppet Users] Re: Parameter alias failed

2011-01-19 Thread Lithium
?? You haven't specified. Better check your > puppet doco.. > > Den > > On 19/01/2011, at 3:20, Lithium wrote: > > > > > > > > > Hi, > > > I've had a class with the following setup: > > > class drupal6 { > >  site

[Puppet Users] Re: Parameter alias failed

2011-01-19 Thread Lithium
d realize it, or > striping out what you are trying to do into a smaller class so you can test > what you are trying to do works. If it doesn't copy that code so we can see > what you are trying to do. > > Cheers, > Den > > On 20/01/2011, at 2:23, Lithium wrote: > >