Skip to content

Commit c4b34ec

Browse files
authored
Merge pull request #1034 from mlibrary/rm_dbus
profile::base: rm dbus
2 parents d000107 + 5830d37 commit c4b34ec

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

manifests/profile/base.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
}
3131

3232
ensure_packages([
33-
'dbus', # ??
3433
'zstd', # prevent warnings about fallback on `apt dist-upgrade`
3534
])
3635

spec/classes/profile/base_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def contain_base_class(name)
2121
case os
2222
when %r{^debian}, %r{^ubuntu}
2323
it { is_expected.to contain_package("zstd") }
24-
it { is_expected.to contain_package("dbus") }
2524

2625
it do
2726
expect(subject).to contain_file("/etc/localtime")

0 commit comments

Comments
 (0)