This repository was archived by the owner on Dec 31, 2021. It is now read-only.
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
# Licensed under the Apache License, Version 2.0 (the "License");
8
8
# you may not use this file except in compliance with the License.
9
9
# You may obtain a copy of the License at
10
- #
10
+ #
11
11
# http://www.apache.org/licenses/LICENSE-2.0
12
- #
12
+ #
13
13
# Unless required by applicable law or agreed to in writing, software
14
14
# distributed under the License is distributed on an "AS IS" BASIS,
15
15
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
22
default [ :collectd ] [ :types_db ] = [ "/usr/share/collectd/types.db" ]
23
23
default [ :collectd ] [ :interval ] = 10
24
24
default [ :collectd ] [ :read_threads ] = 5
25
+ default [ :collectd ] [ :pkg_name ] = "collectd-core"
25
26
26
27
default [ :collectd ] [ :collectd_web ] [ :path ] = "/srv/collectd_web"
27
28
default [ :collectd ] [ :collectd_web ] [ :hostname ] = "collectd"
Original file line number Diff line number Diff line change 7
7
# Licensed under the Apache License, Version 2.0 (the "License");
8
8
# you may not use this file except in compliance with the License.
9
9
# You may obtain a copy of the License at
10
- #
10
+ #
11
11
# http://www.apache.org/licenses/LICENSE-2.0
12
- #
12
+ #
13
13
# Unless required by applicable law or agreed to in writing, software
14
14
# distributed under the License is distributed on an "AS IS" BASIS,
15
15
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
18
#
19
19
20
20
package "collectd" do
21
- package_name " collectd-core"
21
+ package_name node [ : collectd] [ :pkg_name ]
22
22
end
23
23
24
24
service "collectd" do
You can’t perform that action at this time.
0 commit comments