[Puppet Users] Re: Parameter alias failed

2011-01-19 Thread Lithium
. Better check your puppet doco.. Den On 19/01/2011, at 3:20, Lithium brad.kr...@gmail.com wrote: Hi, I've had a class with the following setup: class drupal6 {  site (        $ensure = 'present',        $dbname,        $dbpw,        $dbserver,        $sitefqdn

[Puppet Users] Re: Parameter alias failed

2011-01-19 Thread Lithium
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 brad.kr...@gmail.com wrote: Sorry, I missed that part. Site is a define

[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