16 lines
305 B
Text
16 lines
305 B
Text
|
|
let mp = import "schemas/lib/manifest_plan.ncl" in
|
||
|
|
|
||
|
|
{
|
||
|
|
manifest_plan | mp.ManifestPlan = {
|
||
|
|
init = [
|
||
|
|
{ file = "httproute", action = 'apply },
|
||
|
|
],
|
||
|
|
update = [
|
||
|
|
{ file = "httproute", action = 'apply },
|
||
|
|
],
|
||
|
|
delete = [
|
||
|
|
{ file = "httproute", action = 'delete },
|
||
|
|
],
|
||
|
|
},
|
||
|
|
}
|