jails Loading bastille templates from github

This command from bastille docs doesn't work:

doas bastille bootstrap https://github.com/bastillebsd/templates
Code:
Already up to date.
No valid template hooks found.
Template discarded.
Does anyone know how to fix it?
 
Last edited by a moderator:
It just did worked for me (with sudo, or as root), i am not a bastille user, though.

Code:
% head log
ZFS is enabled in rc.conf but not bastille.conf. Do you want to continue? (N|y)
Cloning into '/usr/local/bastille/templates/bastillebsd/templates'...

Detected Bastillefile hook.
[Bastillefile]:
PKG python
CMD python -VV

Template ready to use.

root@freebsd /usr/home/yusuf % pkg info -x bastille
bastille-1.1.0.251001
 
Back
Top