redhat-cip / edeploy

Linux systems provisioning and updating made easy
Apache License 2.0
92 stars 38 forks source link

build/base: fix systemd connection to dbus #121

Closed EmilienM closed 10 years ago

EmilienM commented 10 years ago

It seems that dbus and systemd don't agree on socket location. While the bug is fixed upstream, let's create a symlink to have systemd working.

Bug reported in Red Hat: https://bugzilla.redhat.com/show_bug.cgi?id=1130939

This patch may be reverted once the bug fixed upstream or somewhere else in eDeploy roles.

ErwanAliasr1 commented 10 years ago

Would have been better to make this code protected by some check of $CODENAME_MAJOR for $supported_centos_dists or $supported_redhat_dists ;)

EmilienM commented 10 years ago

@ErwanAliasr1 done