Page MenuHomeDevCentral

Fix state filename to be coherent with declaration in index
ClosedPublic

Authored by dereckson on Sep 13 2018, 12:32.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 00:38
Unknown Object (File)
Mon, Oct 21, 20:48
Unknown Object (File)
Mon, Oct 21, 07:05
Unknown Object (File)
Mon, Oct 21, 06:45
Unknown Object (File)
Fri, Oct 18, 01:59
Unknown Object (File)
Fri, Oct 18, 01:35
Unknown Object (File)
Tue, Oct 15, 21:11
Unknown Object (File)
Sun, Oct 13, 15:28
Subscribers
None

Details

Summary

This is a follow-up for 9fb9d7646a76.

Test Plan

salt equatower state.apply roles/paas-docker/docker test=True

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
$ salt equatower state.apply roles/paas-docker/docker test=True
equatower:
----------
          ID: remove_legacy_docker_packages
    Function: pkg.removed
      Result: True
     Comment: All specified packages are already absent
     Started: 12:33:07.613371
    Duration: 4789.829 ms
     Changes:   
----------
          ID: install_docker_engine
    Function: file.managed
        Name: /etc/yum.repos.d/docker-ce.repo
      Result: True
     Comment: The file /etc/yum.repos.d/docker-ce.repo is in the correct state
     Started: 12:33:12.407021
    Duration: 26.856 ms
     Changes:   
----------
          ID: install_docker_engine
    Function: pkg.installed
      Result: True
     Comment: All specified packages are already installed
     Started: 12:33:12.462210
    Duration: 36.229 ms
     Changes:   
----------
          ID: docker_network_cd
    Function: docker_network.present
        Name: cd
      Result: True
     Comment: Network 'cd' already exists, and is configured as specified
     Started: 12:33:12.515410
    Duration: 460.6 ms
     Changes:   

Summary for equatower
------------
Succeeded: 4
Failed:    0
------------
Total states run:     4
Total run time:   5.314 s
This revision is now accepted and ready to land.Sep 13 2018, 12:34
This revision was automatically updated to reflect the committed changes.