[Puppet Users] Re: Parameter alias failed

2011-01-19 Thread Lithium
Sorry, I missed that part. Site is a define. Looking at the logs I'm also getting a different message at random: Could not run Puppet configuration client: Parameter alias failed: Munging failed for value scisoc.uwaterloo.ca in class alias: Cannot alias

Re: [Puppet Users] Re: Parameter alias failed

2011-01-19 Thread Denmat
Without seeing your code, does the user 'scisoc.uwaterloo.ca' already exist in your manifest? Or maybe you didn't fully revert your changes? Also puppet doesn't revert changes made to nodes unless you tell it how. Other tip would be to try virtualizing the resource and realize it, or striping

[Puppet Users] Re: Parameter alias failed

2011-01-19 Thread Lithium
Den, It was the second problem, not reverting all of my code. I still had a drupal6::site with the alias parameter (which I renamed to not conflict with the meta params to sitealias) set to 'scisoc.uwaterloo.ca'. After I changed alias to sitealias puppet ran fine. It was hard to pin down from the

Re: [Puppet Users] Re: Parameter alias failed

2011-01-19 Thread Denmat
My pleasure. On 20/01/2011, at 8:45, Lithium brad.kr...@gmail.com wrote: Den, It was the second problem, not reverting all of my code. I still had a drupal6::site with the alias parameter (which I renamed to not conflict with the meta params to sitealias) set to 'scisoc.uwaterloo.ca'.