Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3754485
D2779.id7058.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
959 B
Referenced Files
None
Subscribers
None
D2779.id7058.diff
View Options
diff --git a/roles/core/userland-software/init.sls b/roles/core/userland-software/init.sls
--- a/roles/core/userland-software/init.sls
+++ b/roles/core/userland-software/init.sls
@@ -12,7 +12,7 @@
# Software sources
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-{% if grains['os_family'] == 'RedHat' && grains['os'] != 'Fedora' %}
+{% if grains['os_family'] == 'RedHat' and grains['os'] != 'Fedora' %}
epel-release:
pkg.installed
diff --git a/roles/paas-docker/docker/software.sls b/roles/paas-docker/docker/software.sls
--- a/roles/paas-docker/docker/software.sls
+++ b/roles/paas-docker/docker/software.sls
@@ -12,7 +12,7 @@
# Install Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-{% if grains['os_family'] == 'RedHat' && grains['os'] != 'Fedora' %}
+{% if grains['os_family'] == 'RedHat' and grains['os'] != 'Fedora' %}
remove_legacy_docker_packages:
pkg.removed:
- pkgs:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 07:47 (20 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2252184
Default Alt Text
D2779.id7058.diff (959 B)
Attached To
Mode
D2779: Use Jinja2 conditional syntax
Attached
Detach File
Event Timeline
Log In to Comment