Error while adding community templates

I'm trying to setup the community templates using rubygem-foreman_templates
from the repository and I get the following error:

Error: Unknown template type 'gPXE'

Adding --trace to the foreman-rake does not provide any additional useful
information.

It's possible that I over-zealously deleted a template that I thought I
wouldn't need when I first set the server up, gPXE may have been that
template. Is there a way to recreate the default templates? Or better yet a
way to filter out gPXE from the plugin.

Thanks

It's not really an error - the 'gPXE' template type was renamed to
'iPXE' in later versions of foreman, so we have both in the repo (that
way it works for all foreman versions). Assuming the templates
imported correctly, you can ignore it.

··· On 23 July 2014 22:39, Geoff Johnson wrote: > I'm trying to setup the community templates using rubygem-foreman_templates > from the repository and I get the following error: > > Error: Unknown template type 'gPXE'

Ah, that makes sense. Thanks.

··· On Thursday, 24 July 2014 02:53:23 UTC-7, Greg Sutcliffe wrote: > > On 23 July 2014 22:39, Geoff Johnson <geoff....@coanda.ca > > wrote: > > I'm trying to setup the community templates using > rubygem-foreman_templates > > from the repository and I get the following error: > > > > Error: Unknown template type 'gPXE' > > It's not really an error - the 'gPXE' template type was renamed to > 'iPXE' in later versions of foreman, so we have both in the repo (that > way it works for all foreman versions). Assuming the templates > imported correctly, you can ignore it. >