Skip to content

Commit 5830d37

Browse files
committed
profile::base: rm dbus
Not sure why we ever cared whether `dbus` was installed, but it's part of the default Debian install, so whatever the original reason, this line effectively a no-op. Note: `dbus` package was added in aaaacd2, part of #1.
1 parent d76e537 commit 5830d37

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)