Typo
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
|
||||
{% if grains['os'] == 'Debian' %}
|
||||
{% set DEBVER = salt['grains.get']('oscodename') %}
|
||||
|
||||
Debian Docker Add Repo:
|
||||
pkgrepo.managed:
|
||||
- name: deb [arch=amd64] https://download.docker.com/linux/debian {{DEBVER}} stable
|
||||
@@ -64,7 +63,7 @@
|
||||
{% elif grains['os'] == 'Ubuntu' %}
|
||||
{% if grains['osrelease'] == '18.04' %}
|
||||
Ubuntu Docker Install Ubuntu 18.04:
|
||||
dpkg.installed:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- docker
|
||||
- docker-compose
|
||||
|
||||
Reference in New Issue
Block a user