-
Notifications
You must be signed in to change notification settings - Fork 66
Error: Duplicate declaration: File[undef]
is already declared
#79
Comments
This occurs when I use puppet-mysql >= 1.99.990, the latest puppet-php and then declare:
|
I've got a feeling this is breaking down at https://github.com/boxen/puppet-php/blob/master/manifests/version.pp#L12 since it's pulling it in. Most likely an unexpected variable scoping issue 😢 |
After forking boxen/puppet-php, removing the If I was looking to access a variable defined within the puppet-mysql project in a puppet-php manifest, what would the best way to approach that? |
Ideally there should be a separation of concerns. It looks like past @typhonius might have already solved this one for you 😉 boxen/puppet-php#84 |
That's hilarious. Thanks for pointing out the obvious! |
If you want to get those tests green, I'm happy to land that. |
raised by @typhonius (https://twitter.com/adammalone/status/798316957074239488)
The text was updated successfully, but these errors were encountered: