DCD-224: Misc. minor cleanups.

This commit is contained in:
Steve Smith
2019-04-09 16:20:13 +10:00
parent c2e0a87cb8
commit ba49e5c087
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
--- ---
- name: Install Redhat family support packages - name: Install Amazon-Linux-specific support packages
yum: yum:
name: name:
- shadow-utils - shadow-utils

View File

@@ -5,7 +5,7 @@
- name: Install distro-specific prerequisites - name: Install distro-specific prerequisites
include: "{{ ansible_distribution|lower }}.yml" include: "{{ ansible_distribution|lower }}.yml"
- name: Install common support packags - name: Install common support packages
package: package:
name: name:
- jq - jq

View File

@@ -22,6 +22,7 @@ def test_dirs_created(host, target):
assert d.is_directory assert d.is_directory
assert d.user == 'testuser' assert d.user == 'testuser'
@pytest.mark.parametrize('target', [ @pytest.mark.parametrize('target', [
'/usr/bin/git', '/usr/bin/git',
'/usr/bin/psql', '/usr/bin/psql',