Dave Augustus wrote:
> I started putting mine in /var/lib/cobbler/snippets
>
> But then I saw chatter on IRC about other possibilities.
>
> Would /var/lib/cobbler/local_snippets be best?
>
>
> Thanks!
> Dave
>
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://fedorahosted.org/mailman/listinfo/cobbler
>   

No.

/var/lib/cobbler/snippets is the default path. If you move this path in 
settings, you will disable the cobbler snippets that we package.

If you want, you can namespace snippets though.

/var/lib/cobbler/snippets/acmecorp/foo # is your snippet
/var/lib/cobbler/snippets/network_config # is a stock cobbler snippet

This allows them to be addressed as

$SNIPPET('acmecorp/foo')
$SNIPPET('network_config')

The only real reason to do that would be worrying about if cobbler would 
later add a snippet that would clobber your namespace, in which case
RPM would give you a .rpmsave file, so I'm not so sure that's much of a 
problem.

I would just use the default location and namespace them if needed. 
Multiple levels of nesting are fine if you want to have them.

--Michael




_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to