Skip to content

Commit

Permalink
Fix tests for sssd_offline_cred_expiration for Ubuntu
Browse files Browse the repository at this point in the history
Adds sssd package which is not installed by default on
Ubuntu 20.04 / 22.04.
  • Loading branch information
mpurg committed May 7, 2024
1 parent f183031 commit b002bda
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

# platform = Oracle Linux 8,Red Hat Enterprise Linux 8
source common.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
# packages = sssd

SSSD_CONF="/etc/sssd/sssd.conf"

{{% if 'ubuntu' not in product %}}
yum -y install /usr/lib/systemd/system/sssd.service
{{% endif %}}
systemctl enable sssd
mkdir -p /etc/sssd
touch $SSSD_CONF
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down

0 comments on commit b002bda

Please sign in to comment.