boxen / puppet-php

PHP ALL THE BOXEN
boxen.github.com
MIT License
11 stars 29 forks source link

Why is mysql required? #74

Open rayward opened 9 years ago

rayward commented 9 years ago

I don't need a local mysql database, just PHP.

sambauers commented 9 years ago

I'm not sure it is required.

How are you adding PHP to your manifests at the moment?

timdorr commented 9 years ago

I'm having the same issue. It is definitely required, though not entirely by this module's own fault. Because it includes `mysql::config that will end up notifying the mysql service, which will end up crashing unless you install mysql.

sambauers commented 9 years ago

So can we move that include out into the project manifest under the if $mysql condition without any impact?