mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-14 04:09:34 +00:00
Improve Pan language support (#3691)
* 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
This commit is contained in:
committed by
Paul Chaignon
parent
e9ec699931
commit
8d178bfaed
14
samples/Pan/onevm.pan
Normal file
14
samples/Pan/onevm.pan
Normal file
@@ -0,0 +1,14 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user