mayflower / wasted

Web Application STack for Extreme Development
Apache License 2.0
42 stars 11 forks source link

Remove the templatedir parameter in the puppet.conf #61

Closed ironpinguin closed 9 years ago

ironpinguin commented 9 years ago

Remove the templatedir parameter in the puppet.conf to avoid the warning message on every provision.

mmoll commented 9 years ago

http://www.slideshare.net/roidelapluie/augeas-swiss-knife-resources-for-your-puppet-tree/30 While not sure about it, that'll probably disappear in Puppet 3.8 anyway with a new default config?

fpletz commented 9 years ago

I think augeas would be more appropriate for this.

ironpinguin commented 9 years ago

I change it to augeas.

ironpinguin commented 9 years ago

Yes this will disappear. But until we don't have Puppet 3.8 (also if we do not update the puppet version for some other issues, like there have some massive stability problems). If there are not more needed it can be removed again.

globin commented 9 years ago

:+1:

mmoll commented 9 years ago

How hard are the puppet-lint rules here? I'd merge, but see double qoutes, were single qoutes are more appropriate...

globin commented 9 years ago

Not yet enforced, so I'll merge and clean all up on in one go.

globin commented 9 years ago

Ah we have the problem that class wasted in manifests/site.pp is causing it to fail atm.