Skip to content

Commit a876283

Browse files
committed
Fixed icinga2 data yntax
1 parent 98d0b46 commit a876283

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

data/icinga2/default.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ icinga2::settings:
2626
config:
2727
path: "/etc/icinga2/icinga2.conf"
2828
log:
29-
path: *1
29+
path:
30+
- "/var/log/icinga2/icinga2.log"
31+
- "/var/log/icinga2/error.log"
3032
user_files:
3133
config:
3234
path: "$HOME/.icinga2/icinga2.conf"

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example42-tinydata",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"author": "Alessandro Franceschi",
55
"summary": "Tiny Puppet Data",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)