Skip to content

Commit

Permalink
Merge pull request #538 from bastelfreak/bird2
Browse files Browse the repository at this point in the history
bird_exporter: Update 1.2.4 -> 1.2.5
  • Loading branch information
ghoneycutt authored Mar 30, 2021
2 parents e0023e5 + bfbae89 commit 4655157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/bird_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
String[1] $package_ensure = 'installed',
String[1] $package_name = 'bird_exporter',
String[1] $user = 'bird-exporter',
String[1] $version = '1.2.4',
String[1] $version = '1.2.5',
Boolean $purge_config_dir = true,
Boolean $restart_on_change = true,
Boolean $service_enable = true,
Expand Down
6 changes: 3 additions & 3 deletions spec/classes/bird_exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
it { is_expected.to contain_group('bird-exporter') }
it { is_expected.to contain_user('bird-exporter') }
it { is_expected.to contain_file('/usr/local/bin/bird_exporter') }
it { is_expected.to contain_archive('/opt/bird_exporter-1.2.4.linux-amd64/bird_exporter') }
it { is_expected.to contain_file('/opt/bird_exporter-1.2.4.linux-amd64/bird_exporter') }
it { is_expected.to contain_file('/opt/bird_exporter-1.2.4.linux-amd64').with_ensure('directory') }
it { is_expected.to contain_archive('/opt/bird_exporter-1.2.5.linux-amd64/bird_exporter') }
it { is_expected.to contain_file('/opt/bird_exporter-1.2.5.linux-amd64/bird_exporter') }
it { is_expected.to contain_file('/opt/bird_exporter-1.2.5.linux-amd64').with_ensure('directory') }

it { is_expected.to contain_systemd__unit_file('bird_exporter.service') }

Expand Down

0 comments on commit 4655157

Please sign in to comment.