Commit 5c20b68 1 parent de7a2de commit 5c20b68 Copy full SHA for 5c20b68
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
$manage_archive = true
17
17
$manage_user = true
18
18
$archive_install_dir = ' /usr/local/opt/telegraf'
19
- $archive_version = ' 1.17.2 '
19
+ $archive_version = ' 1.29.4 '
20
20
$archive_location = " https://dl.influxdata.com/telegraf/releases/telegraf-${archive_version} _darwin_amd64.tar.gz"
21
21
$repo_location = ' https://repos.influxdata.com/'
22
22
$service_enable = true
76
76
$manage_archive = true
77
77
$manage_user = true
78
78
$archive_install_dir = ' /opt/telegraf'
79
- $archive_version = ' 1.15.2 '
79
+ $archive_version = ' 1.29.4 '
80
80
$archive_location = " https://dl.influxdata.com/telegraf/releases/telegraf-${archive_version} _linux_amd64.tar.gz"
81
81
$repo_location = ' https://repos.influxdata.com/'
82
82
$service_enable = true
Original file line number Diff line number Diff line change 132
132
config_file_mode : '0640' ,
133
133
config_folder_mode : '0770' ,
134
134
archive_install_dir : '/usr/local/opt/telegraf' ,
135
- archive_version : '1.17.2 '
135
+ archive_version : '1.29.4 '
136
136
)
137
137
end
138
138
when 'FreeBSD'
201
201
it { is_expected . to contain_file ( '/var/log/telegraf' ) . with_ensure ( 'directory' ) }
202
202
it { is_expected . to contain_file ( '/etc/systemd/system/telegraf.service' ) }
203
203
when 'Darwin'
204
- it { is_expected . to contain_archive ( '/tmp/telegraf-1.17.2 .tar.gz' ) }
204
+ it { is_expected . to contain_archive ( '/tmp/telegraf-1.29.4 .tar.gz' ) }
205
205
it { is_expected . to contain_file ( '/usr/local/bin' ) . with_ensure ( 'directory' ) }
206
206
it { is_expected . to contain_file ( '/usr/local/etc' ) . with_ensure ( 'directory' ) }
207
207
it { is_expected . to contain_file ( '/usr/local/opt' ) . with_ensure ( 'directory' ) }
208
208
it { is_expected . to contain_file ( '/usr/local/var' ) . with_ensure ( 'directory' ) }
209
209
it { is_expected . to contain_file ( '/usr/local/var/log' ) . with_ensure ( 'directory' ) }
210
- it { is_expected . to contain_file ( '/usr/local/opt/telegraf-1.17.2 ' ) . with_ensure ( 'directory' ) }
210
+ it { is_expected . to contain_file ( '/usr/local/opt/telegraf-1.29.4 ' ) . with_ensure ( 'directory' ) }
211
211
it { is_expected . to contain_file ( '/usr/local/var/log/telegraf' ) . with_ensure ( 'link' ) }
212
212
it { is_expected . to contain_file ( '/usr/local/bin/telegraf' ) . with_ensure ( 'link' ) }
213
213
it { is_expected . to contain_file ( '/usr/local/etc/telegraf' ) . with_ensure ( 'link' ) }
You can’t perform that action at this time.
0 commit comments