Comment # 7 on bug 954136 from
(In reply to Niels Abspoel from comment #5)
> @bo,
> 
> SLE-12 GA doesn't use systemd, 

SLE12 does use systemd

> what's the name in /etc/os-release or /etc/SUSE_release
> 
> does it match:
> 'SUSE  Enterprise Server'
> 
> or what is is the os grain on that system?
> because I think you stumbled upon a different bug in saltstack
> 
> If that's the case, we should report it upstream so it can be fixed...

outputs of SLE11 SP3 SP4 and SLE12 as requested:

# cat /etc/os-release 
NAME="SLES"
VERSION="12"
VERSION_ID="12"
PRETTY_NAME="SUSE Linux Enterprise Server 12"
ID="sles"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:suse:sles:12"

# cat /etc/SuSE-release 
SUSE Linux Enterprise Server 12 (x86_64)
VERSION = 12
PATCHLEVEL = 0
# This file is deprecated and will be removed in a future service pack or
release.
# Please check /etc/os-release for details about this release.

# cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 3

# cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 4

os grain is SLES in sle11sp3 and sle12, but it is "SUSE" in sle11sp4, I suppose
it's a bug there?


You are receiving this mail because: