What is 'site'?? Define or class?? You haven't specified. 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,
>        $modules = ""
>  )
>  {
> ....
>  }
> ....
> }
> 
> I added the parameter alias to drupal6:site and now I'm getting the
> following error on the client: "Could not run Puppet configuration
> client: Parameter alias failed: /usr/share/drupal6/sites/
> scisoc.feds.ca/files can not create alias scisoc.uwaterloo.ca: object
> already exists at /srv/puppet/modules/drupal6/manifests/init.pp:179"
> 
> The object that already exists differs from run to run (is get
> different line numbers seemingly randomly on different resources
> defined in drupal6)  but the error is still the same. After reverting
> to a puppet config version that had worked previously I still get the
> same error message. I have no idea why the error still occurs on the
> client machine even though I reverted all of my changes back to a
> version that was working previously. I know now that alias is a meta
> parameter but why would it still be set after the reversion? Has
> anyone else seen this issue or know how to resolve it? I'm running
> (Debian 2.6.26-26lenny1) puppet package 0.25.4-2~b. Thanks.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/puppet-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to