Skip to content

Commit

Permalink
Remove user/group requirements since they're present on every system …
Browse files Browse the repository at this point in the history
…anyhow
  • Loading branch information
akremer committed May 19, 2024
1 parent 3703488 commit 8034ed8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/classes/smartctl_exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_file('/usr/local/bin/smartctl_exporter').with('target' => '/opt/smartctl_exporter-0.12.0.linux-amd64/smartctl_exporter') }
it { is_expected.to contain_prometheus__daemon('smartctl_exporter') }
it { is_expected.to contain_user('root') }
it { is_expected.to contain_group('root') }
it { is_expected.to contain_service('smartctl_exporter') }
end

Expand Down

0 comments on commit 8034ed8

Please sign in to comment.