nwops / puppet-retrospec

The only tool you need to generate puppet code, tests, modules, facts, types, providers, data and everything else.
https://www.retrospec-puppet.com/
GNU Affero General Public License v3.0
137 stars 27 forks source link

create hooks for executing code outside of the core functionality #27

Closed logicminds closed 9 years ago

logicminds commented 9 years ago

This is somewhat dependent on #26 since once the templates are kept outside the main code base we will want to additionally sync the the templates from VCS. The only way to do this now, is to perform the sync manually. However, if we had a pre and post hook we can have the user define these hooks functionality.

logicminds commented 9 years ago

Additionally we should supply some default hooks that would sync the main template repo.

logicminds commented 9 years ago

fixed in master