Wrap text
Report abuse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
rim_cgif:
packages:
cgif-os2:
ensure: '1-1'
rim-bis-cgif:
ensure : 'installed'
configs:
"/etc/init.d/cgif":
content: "rim_cgif/etc/init.d/cgif"
"/etc/cgif/env.local":
content: "rim_cgif/etc/cgif/env.local"
"/etc/cgif/cbb.env.conf":
content: "rim_cgif/etc/cgif/cbb.env.conf"
"/etc/cgif/log_search.conf":
content: "rim_cgif/etc/cgif/log_search.conf"
"/etc/cgif/dsh.conf":
content: "rim_cgif/etc/cgif/dsh.conf"
services:
cgif:
enable: 'true'
|