wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 163 forks source link

Adjusted default.pp and updated apache puppet module. #96

Closed DArtagan closed 10 years ago

DArtagan commented 10 years ago

Added a line to the default.pp manifest to disable the default VirtualHost. Also added a line to enable mod_rewrite, necessary for WordPress Permalinks. Updated the apache module to the most recent one from puppetlabs/puppetlabs-apache.

wesleytodd commented 10 years ago

Looks great. I am on limited bandwidth at the airport so I cannot test this work right now. But I will get it tested and merged for a minor point release early next week.

I have actually been working on a replacement for puppet that uses javascript for provisioning, so I have not spent much time on this recently. so any other features or improvements you want to make in the mean time I will certainly merge.

DArtagan commented 10 years ago

Ah, moving away from Puppet, that's something I can get behind. I like the idea behind Wombat, especially in an environment where NPM is so common. Besides YeoPress, I've been keeping an eye on Roots.io and their new Bedrock WordPress Stack. They're moving in the direction of Ansible, which makes sense in their context.

wesleytodd commented 10 years ago

Yeah, I have heard great things about ansible. But the point is that I want to write ONLY javascript. And it seems that ansible is more configuration than programming.