mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
* Add a larger set of sample files for Pan This is a fairly good cross section of Pan based on code from: * https://github.com/quattor/template-library-examples * https://github.com/quattor/template-library-core * Add Pan language grammar
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
unique template site/one/onevm;
|
|
|
|
include 'components/chkconfig/config';
|
|
|
|
# set opennebula map
|
|
include 'quattor/aii/opennebula/schema';
|
|
bind "/system/opennebula" = opennebula_vmtemplate;
|
|
|
|
include 'site/config-vm';
|
|
|
|
include 'quattor/aii/opennebula/default';
|
|
|
|
"/software/packages/{acpid}" = dict();
|
|
"/software/components/chkconfig/service/acpid" = dict('on', '', 'startstop', true);
|